COLOR #1B002B

HEX: #1B002B
RGB: (27,0,43)

Color info

#1B002B contains only red and blue colors. Web safe color of #1B002B is #330033 (or #303).

RGB color model

#1B002B color RGB value is (27,0,43).

  • red value is 27;
  • green value is 0;
  • blue value is 43.
RGB:
(27,0,43)
(11%,0%,17%)

RGB channels and saturation

R 27 of 255 = 11%
G 0 of 255 = 0%
B 43 of 255 = 17%

27
0
43

R + G + B ~ 9%. #1B002B is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 0 + 43 = 70 (100%)
R 27 of 70 ~ 38.57%
G 0 of 70 ~ 0%
B 43 of 70 ~ 61.43%

%38.57
%61.43

CMYK color model

#1B002B color CMYK value is (37,100,0,83).

  • cyan value is 37.21%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(37,100,0,83)
C37M100Y0K83 
(37%,100%,0%,83%)
(0.37/1.00/0.00/0.83)	

CMYK percentages

%37.21
%100
%0
%83.14

Codes

Color #1B002B in popluar color models

1B002B
RGB27043
HSL278°100.00%8.43%
HSB/HSV278°100.00%16.86%
CMYK37.21%100.00%0.00%
83.14%

Color #1B002B in popluar number systems.

HEX1B002B
Decimal27043
Binary110110101011
Octal33053

Shades and tints

Shades of #1B002B

#1B002B
(27,0,43)
#190028
(25,0,40)
#170025
(23,0,37)
#150022
(21,0,34)
#13001F
(19,0,31)
#11001C
(17,0,28)
#0F0019
(15,0,25)
#0D0016
(13,0,22)
#0B0013
(11,0,19)
#090010
(9,0,16)
#07000D
(7,0,13)
#000000
(0,0,0)

Tints of #1B002B

#1B002B
(27,0,43)
#2F173E
(47,23,62)
#432E51
(67,46,81)
#574564
(87,69,100)
#6B5C77
(107,92,119)
#7F738A
(127,115,138)
#938A9D
(147,138,157)
#A7A1B0
(167,161,176)
#BBB8C3
(187,184,195)
#CFCFD6
(207,207,214)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B002B color. Also use rgb(27,0,43) instead hex code.

Text Font Color

.myTextColor { color: #1B002B; }

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

This text font color is #1B002B.


Background Color

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

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

This div background color is #1B002B.


Border color

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

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

This div border color is #1B002B.


Opacity

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

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

Text with #1B002B 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 #1B002B;}

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

This text has shadow with #1B002B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B002B on black background.


Color preview on white background

This text has color #1B002B on white background.



Black color preview on #1B002B background

This text has black color on #1B002B background.


White color preview on #1B002B background

This text has white color on #1B002B background.