#0C371B

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

Shades of Deep Fir #0C371B

Tints of Deep Fir #0C371B

Color information

#0C371B (or 0x0C371B) is unknown color: approx Deep Fir. HEX triplet: 0C, 37 and 1B. RGB value is (12,55,27). Sum of RGB (Red+Green+Blue) = 12+55+27=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #0C371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C371B is #F3C8E4. Grayscale: #272727. Windows color (decimal): -15976677 or 1783564. OLE color: 1783564.

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

Color convert

RGB125527-
CMYK0.7800.510.78
HSL140.93º64.18%13.14%-
HSV(B)140.93º78.18%21.57%-
XYZ1.722.891.5-
YUV38.95121.25108.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.77%
GREEN value IS 55 (21.88% from 255) = 58.51%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=12.77%
G=58.51%
B=28.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1255270.7800.510.78140.9364.1813.14
HexC371B4E0334E8d40d
Octal14673311606311621510015
Binary1100110111110111001110011001110011101000110110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,55,27); }

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

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

 a { background-color: rgb(12,55,27); }

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

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

 span { border-color: rgb(12,55,27); }

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