COLOR #09241B

HEX: #09241B
RGB: (9,36,27)

Color info

#09241B contains red, green and blue colors in about the same proportion. Web safe color of #09241B is #003333 (or #033).

RGB color model

#09241B color RGB value is (9,36,27).

  • red value is 9;
  • green value is 36;
  • blue value is 27.
RGB: (9,36,27) (4%,14%,11%)

RGB channels and saturation

R 9 of 255 = 4%
G 36 of 255 = 14%
B 27 of 255 = 11%

9
36
27

R + G + B ~ 10%. #09241B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 36 + 27 = 72 (100%)
R 9 of 72 ~ 12.5%
G 36 of 72 ~ 50%
B 27 of 72 ~ 37.5%

%12.5
%50
%37.5

CMYK color model

#09241B color CMYK value is (75,0,25,86).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 85.88%
CMYK: (75,0,25,86) C75M0Y25K86 (75%,0%,25%,86%) (0.75/0.00/0.25/0.86)

CMYK percentages

%75
%0
%25
%85.88

Codes

Color #09241B in popluar color models

09241B
RGB93627
HSL160°60.00%8.82%
HSB/HSV160°75.00%14.12%
CMYK75.00%0.00%25.00%
85.88%

Color #09241B in popluar number systems.

HEX09241B
Decimal93627
Binary100110010011011
Octal114433

Shades and tints

Shades of #09241B

#09241B
(9,36,27)
#092119
(9,33,25)
#091E17
(9,30,23)
#091B15
(9,27,21)
#091813
(9,24,19)
#091511
(9,21,17)
#09120F
(9,18,15)
#090F0D
(9,15,13)
#090C0B
(9,12,11)
#090909
(9,9,9)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #09241B

#09241B
(9,36,27)
#1F372F
(31,55,47)
#354A43
(53,74,67)
#4B5D57
(75,93,87)
#61706B
(97,112,107)
#77837F
(119,131,127)
#8D9693
(141,150,147)
#A3A9A7
(163,169,167)
#B9BCBB
(185,188,187)
#CFCFCF
(207,207,207)
#E5E2E3
(229,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09241B; }

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

This text font color is #09241B.


Background Color

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

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

This div background color is #09241B.


Border color

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

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

This div border color is #09241B.


Opacity

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

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

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

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

This text has shadow with #09241B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #09241B on black background.


Color preview on white background

This text has color #09241B on white background.



Black color preview on #09241B background

This text has black color on #09241B background.


White color preview on #09241B background

This text has white color on #09241B background.