COLOR #00241B

HEX: #00241B RGB: (0,36,27)

Color info

#00241B contains only green and blue colors. Web safe color of #00241B is #003333 (or #033).

RGB color model

#00241B color RGB value is (0,36,27).

RGB: (0,36,27) (0%, 14%, 11%)

RGB channels and saturation

R 0 of 255 = 0%
G 36 of 255 = 14%
B 27 of 255 = 11%

0
36
27

R + G + B ~ 8%. #00241B is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 36 + 27 = 63 (100%)
R 0 of 63 ~ 0%
G 36 of 63 ~ 57.14%
B 27 of 63 ~ 42.86'%

%57.14
%42.86

CMYK color model

#00241B color CMYK value is (100,0,25,86).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 85.88%

CMYK: (100,0,25,86)
C100M0Y25K86 (100%, 0%, 25%, 86%)
(1.00 / 0.00 / 0.25 / 0.86)

CMYK percentages

%100
%0
%25
%85.88

Codes

Color #00241B in popluar color models

00 24 1B
RGB 0 36 27
HSL 165° 100.00% 7.06%
HSB/HSV 165° 100.00% 14.12%
CMYK 100.00% 0.00% 25.00%
85.88%

Color #00241B in popluar number systems.

HEX 00 24 1B
Decimal 0 36 27
Binary 0 100100 11011
Octal 0 44 33

Shades and tints

Shades of #00241B

#00241B
(0,36,27)
#002119
(0,33,25)
#001E17
(0,30,23)
#001B15
(0,27,21)
#001813
(0,24,19)
#001511
(0,21,17)
#00120F
(0,18,15)
#000F0D
(0,15,13)
#000C0B
(0,12,11)
#000909
(0,9,9)
#000607
(0,6,7)
#000000
(0,0,0)

Tints of #00241B

#00241B
(0,36,27)
#17372F
(23,55,47)
#2E4A43
(46,74,67)
#455D57
(69,93,87)
#5C706B
(92,112,107)
#73837F
(115,131,127)
#8A9693
(138,150,147)
#A1A9A7
(161,169,167)
#B8BCBB
(184,188,187)
#CFCFCF
(207,207,207)
#E6E2E3
(230,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00241B color. Also use rgb(0,36,27) instead hex code.

Text Font Color

.myTextColor { color: #00241B; }

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

This text font color is #00241B.

Background Color

.myBgColor { background-color: #00241B; }

<div style="background-color:#00241B">Inner text</div>

This div background color is #00241B.

Border color

.myBorderColor { border: 1px solid #00241B; }

<div style="border:3px solid #00241B">Div</div>

This div border color is #00241B.

Opacity

.myOpacity80 { color: #00241B; opacity: 0.8; }

<p style="color:#00241B;opacity:0.8;">80%</p>

Text with #00241B 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 #00241B;}

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

This text has shadow with #00241B color.


.textShadow {text-shadow: 3px 3px 1px #00241B', 3px 3px 1px red;}

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

This text has shadow with #00241B primary color and red secondary color.


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

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

This text has shadow with #00241B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00241B; -webkit-box-shadow: 1px 1px 3px 2px #00241B; box-shadow:1px 1px 3px 2px #00241B;">
Div content here
</div>

This div box has shadow with color #00241B.

Preview

Color preview on black background

This text has color #00241B on black background.


Color preview on white background

This text has color #00241B on white background.


Black color preview on #00241B background

This text has black color on #00241B background.


White color preview on #00241B background

This text has white color on #00241B background.


Related colors

Complementary color

Complementary color for #hex is #FFDBE4.


I love getcolorcode.com

Triadic colors

1 #1B0024 and #241B00 with #00241B are triadic colors.

2 #1B2400 and #24001B with #00241B are triadic colors.