COLOR #1B1530

HEX: #1B1530
RGB: (27,21,48)

Color info

#1B1530 contains red, green and blue colors in about the same proportion. Web safe color of #1B1530 is #330033 (or #303).

RGB color model

#1B1530 color RGB value is (27,21,48).

  • red value is 27;
  • green value is 21;
  • blue value is 48.
RGB:
(27,21,48)
(11%,8%,19%)

RGB channels and saturation

R 27 of 255 = 11%
G 21 of 255 = 8%
B 48 of 255 = 19%

27
21
48

R + G + B ~ 13%. #1B1530 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 21 + 48 = 96 (100%)
R 27 of 96 ~ 28.13%
G 21 of 96 ~ 21.88%
B 48 of 96 ~ 50%

%28.13
%21.88
%50

CMYK color model

#1B1530 color CMYK value is (44,56,0,81).

  • cyan value is 43.75%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(44,56,0,81)
C44M56Y0K81 
(44%,56%,0%,81%)
(0.44/0.56/0.00/0.81)	

CMYK percentages

%43.75
%56.25
%0
%81.18

Codes

Color #1B1530 in popluar color models

1B1530
RGB272148
HSL253°39.13%13.53%
HSB/HSV253°56.25%18.82%
CMYK43.75%56.25%0.00%
81.18%

Color #1B1530 in popluar number systems.

HEX1B1530
Decimal272148
Binary1101110101110000
Octal332560

Shades and tints

Shades of #1B1530

#1B1530
(27,21,48)
#19142C
(25,20,44)
#171328
(23,19,40)
#151224
(21,18,36)
#131120
(19,17,32)
#11101C
(17,16,28)
#0F0F18
(15,15,24)
#0D0E14
(13,14,20)
#0B0D10
(11,13,16)
#090C0C
(9,12,12)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #1B1530

#1B1530
(27,21,48)
#2F2A42
(47,42,66)
#433F54
(67,63,84)
#575466
(87,84,102)
#6B6978
(107,105,120)
#7F7E8A
(127,126,138)
#93939C
(147,147,156)
#A7A8AE
(167,168,174)
#BBBDC0
(187,189,192)
#CFD2D2
(207,210,210)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B1530 color. Also use rgb(27,21,48) instead hex code.

Text Font Color

.myTextColor { color: #1B1530; }

<p style="color:#1B1530">This sample text font color is #1B1530.</p>

This text font color is #1B1530.


Background Color

.myBgColor { background-color: #1B1530; }

<div style="background-color:#1B1530">Inner text</div>

This div background color is #1B1530.


Border color

.myBorderColor { border: 1px solid #1B1530; }

<div style="border:3px solid #1B1530">Div</div>

This div border color is #1B1530.


Opacity

.myOpacity80 { color: #1B1530; opacity: 0.8; }

<p style="color:#1B1530;opacity:0.8;">80%</p>

Text with #1B1530 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1B1530;}

<p style="text-shadow: 3px 3px 1px #1B1530">Text here.</p>

This text has shadow with #1B1530 color.

.textShadow {text-shadow: 3px 3px 1px #1B1530, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1B1530, 5px 5px 20px red">Text here.</p>

This text has shadow with #1B1530 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1B1530, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1B1530, Direction=45, Strength=4)">Text</p>

This text has shadow with #1B1530 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1B1530;
  -webkit-box-shadow:	1px 1px 3px 2px #1B1530;
  box-shadow:		1px 1px 3px 2px #1B1530;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1B1530;
-webkit-box-shadow: 1px 1px 3px 2px #1B1530;
box-shadow:1px 1px 3px 2px #1B1530;">
Div content here</div>
This div box has shadow with color #1B1530.

Preview

Color preview on black background

This text has color #1B1530 on black background.


Color preview on white background

This text has color #1B1530 on white background.



Black color preview on #1B1530 background

This text has black color on #1B1530 background.


White color preview on #1B1530 background

This text has white color on #1B1530 background.