Html Css Color HEX #09290F Deep Fir

📋 copy color: '#09290F'

red 9 ◦ green 41 ◦ blue 15

#09290F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #09290F

Tints of Deep Fir #09290F

RGB

 RED value IS 9 (3.91% from 255) = 13.85%

 GREEN value IS 41 (16.41% from 255) = 63.08%

 BLUE value IS 15 (6.25% from 255) = 23.08%

R = 13.85%
G = 63.08%
B = 23.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.84

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#09290F (or 0x09290F) is known color: Deep Fir. HEX triplet: 09, 29 and 0F. RGB value is (9,41,15). Sum of RGB (Red+Green+Blue) = 9+41+15=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #09290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09290F is #F6D6F0. Grayscale: #1C1C1C. Windows color (decimal): -16176881 or 993545. OLE color: 993545.

HSL color Cylindrical-coordinate representation of color #09290F: hue angle of 131.25º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #09290F is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 41 15 -
CMYK 0.78 0 0.63 0.84
HSL 131.25º 0.64% 0.1% -
HSV(B) 131.25º 0.78% 0.16% -
XYZ 0.99 1.68 0.72 -
YUV 28.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 9 41 15 0.78 0 0.63 0.84 131.25 0.64 0.1
Hex 9 29 F 4E 0 3F 54 83 40 A
Octal 11 51 17 116 0 77 124 203 100 12
Binary 1001 101001 1111 1001110 0 111111 1010100 10000011 1000000 1010

Color Harmonies of #09290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09290F

Black with #09290F

Text Example


Text Example

White with #09290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09290F; }

 p { color: rgb(9,41,15); }

 H1.HeaderClassName
 {
   color: #09290F;
 }
 .AnyTagClassName
 {
   color: #09290F;
 }
</style>

background-color css

<style>
 a { background-color: #09290F; }

 a { background-color: rgb(9,41,15); }

 div.DivClassName
 {
   background-color: #09290F;
 }
 .BgClassName
 {
   background-color: #09290F;
 }
</style>

border-color css

<style>
 span { border-color: #09290F; }

 span { border-color: rgb(9,41,15); }

 td.TdClassName
 {
   border-color: #09290F;
 }
 .TagClassName
 {
   border-color: #09290F;
 }
</style>