COLOR #09251C

HEX: #09251C RGB: (9,37,28)

Color info

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

RGB color model

#09251C color RGB value is (9,37,28).

RGB: (9,37,28) (4%, 15%, 11%)

RGB channels and saturation

R 9 of 255 = 4%
G 37 of 255 = 15%
B 28 of 255 = 11%

9
37
28

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

Portions of RGB colors in percentages

R + G + B = 9 + 37 + 28 = 74 (100%)
R 9 of 74 ~ 12.16%
G 37 of 74 ~ 50%
B 28 of 74 ~ 37.84'%

%12.16
%50
%37.84

CMYK color model

#09251C color CMYK value is (76,0,24,85).

  • cyan value is 75.68%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 85.49%

CMYK: (76,0,24,85)
C76M0Y24K85 (76%, 0%, 24%, 85%)
(0.76 / 0.00 / 0.24 / 0.85)

CMYK percentages

%75.68
%0
%24.32
%85.49

Codes

Color #09251C in popluar color models

09 25 1C
RGB 9 37 28
HSL 161° 60.87% 9.02%
HSB/HSV 161° 75.68% 14.51%
CMYK 75.68% 0.00% 24.32%
85.49%

Color #09251C in popluar number systems.

HEX 09 25 1C
Decimal 9 37 28
Binary 1001 100101 11100
Octal 11 45 34

Shades and tints

Shades of #09251C

#09251C
(9,37,28)
#09221A
(9,34,26)
#091F18
(9,31,24)
#091C16
(9,28,22)
#091914
(9,25,20)
#091612
(9,22,18)
#091310
(9,19,16)
#09100E
(9,16,14)
#090D0C
(9,13,12)
#090A0A
(9,10,10)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #09251C

#09251C
(9,37,28)
#1F3830
(31,56,48)
#354B44
(53,75,68)
#4B5E58
(75,94,88)
#61716C
(97,113,108)
#778480
(119,132,128)
#8D9794
(141,151,148)
#A3AAA8
(163,170,168)
#B9BDBC
(185,189,188)
#CFD0D0
(207,208,208)
#E5E3E4
(229,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09251C color. Also use rgb(9,37,28) instead hex code.

Text Font Color

.myTextColor { color: #09251C; }

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

This text font color is #09251C.

Background Color

.myBgColor { background-color: #09251C; }

<div style="background-color:#09251C">Inner text</div>

This div background color is #09251C.

Border color

.myBorderColor { border: 1px solid #09251C; }

<div style="border:3px solid #09251C">Div</div>

This div border color is #09251C.

Opacity

.myOpacity80 { color: #09251C; opacity: 0.8; }

<p style="color:#09251C;opacity:0.8;">80%</p>

Text with #09251C 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 #09251C;}

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

This text has shadow with #09251C color.


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

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

This text has shadow with #09251C primary color and red secondary color.


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

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

This text has shadow with #09251C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #09251C.

Preview

Color preview on black background

This text has color #09251C on black background.


Color preview on white background

This text has color #09251C on white background.


Black color preview on #09251C background

This text has black color on #09251C background.


White color preview on #09251C background

This text has white color on #09251C background.


Related colors

Complementary color

Complementary color for #hex is #F6DAE3.


I love getcolorcode.com

Triadic colors

1 #1C0925 and #251C09 with #09251C are triadic colors.

2 #1C2509 and #25091C with #09251C are triadic colors.