COLOR #1B002A

HEX: #1B002A
RGB: (27,0,42)

Color info

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

RGB color model

#1B002A color RGB value is (27,0,42).

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

RGB channels and saturation

R 27 of 255 = 11%
G 0 of 255 = 0%
B 42 of 255 = 16%

27
0
42

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

Portions of RGB colors in percentages

R + G + B =
27 + 0 + 42 = 69 (100%)
R 27 of 69 ~ 39.13%
G 0 of 69 ~ 0%
B 42 of 69 ~ 60.87%

%39.13
%60.87

CMYK color model

#1B002A color CMYK value is (36,100,0,84).

  • cyan value is 35.71%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(36,100,0,84)
C36M100Y0K84 
(36%,100%,0%,84%)
(0.36/1.00/0.00/0.84)	

CMYK percentages

%35.71
%100
%0
%83.53

Codes

Color #1B002A in popluar color models

1B002A
RGB27042
HSL279°100.00%8.24%
HSB/HSV279°100.00%16.47%
CMYK35.71%100.00%0.00%
83.53%

Color #1B002A in popluar number systems.

HEX1B002A
Decimal27042
Binary110110101010
Octal33052

Shades and tints

Shades of #1B002A

#1B002A
(27,0,42)
#190027
(25,0,39)
#170024
(23,0,36)
#150021
(21,0,33)
#13001E
(19,0,30)
#11001B
(17,0,27)
#0F0018
(15,0,24)
#0D0015
(13,0,21)
#0B0012
(11,0,18)
#09000F
(9,0,15)
#07000C
(7,0,12)
#000000
(0,0,0)

Tints of #1B002A

#1B002A
(27,0,42)
#2F173D
(47,23,61)
#432E50
(67,46,80)
#574563
(87,69,99)
#6B5C76
(107,92,118)
#7F7389
(127,115,137)
#938A9C
(147,138,156)
#A7A1AF
(167,161,175)
#BBB8C2
(187,184,194)
#CFCFD5
(207,207,213)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B002A; }

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

This text font color is #1B002A.


Background Color

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

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

This div background color is #1B002A.


Border color

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

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

This div border color is #1B002A.


Opacity

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

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

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

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

This text has shadow with #1B002A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B002A on black background.


Color preview on white background

This text has color #1B002A on white background.



Black color preview on #1B002A background

This text has black color on #1B002A background.


White color preview on #1B002A background

This text has white color on #1B002A background.