#0A371C

Color #0A371C Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #0A371C

Tints of Deep Fir #0A371C

Color information

#0A371C (or 0x0A371C) is unknown color: approx Deep Fir. HEX triplet: 0A, 37 and 1C. RGB value is (10,55,28). Sum of RGB (Red+Green+Blue) = 10+55+28=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 55 (21.88% from 255 or 59.14% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 55 - color contains mainly: green. Hex color #0A371C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A371C is #F5C8E3. Grayscale: #262626. Windows color (decimal): -16107748 or 1849098. OLE color: 1849098.

HSL color Cylindrical-coordinate representation of color #0A371C: hue angle of 144º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A371C is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB105528-
CMYK0.8200.490.78
HSL144º69.23%12.75%-
HSV(B)144º81.82%21.57%-
XYZ1.72.881.56-
YUV38.47122.09107.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.75%
GREEN value IS 55 (21.88% from 255) = 59.14%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=10.75%
G=59.14%
B=30.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1055280.8200.490.7814469.2312.75
HexA371C520314E9045d
Octal12673412206111622010515
Binary1010110111111001010010011000110011101001000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A371C; }

 p { color: rgb(10,55,28); }

 H1.HeaderClassName
 {
   color: #0A371C;
 }
 .AnyTagClassName
 {
   color: #0A371C;
 }
</style>
background-color css

<style>
 a { background-color: #0A371C; }

 a { background-color: rgb(10,55,28); }

 div.DivClassName
 {
   background-color: #0A371C;
 }
 .BgClassName
 {
   background-color: #0A371C;
 }
</style>
border-color css

<style>
 span { border-color: #0A371C; }

 span { border-color: rgb(10,55,28); }

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