#0C311C

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

Shades of Deep Fir #0C311C

Tints of Deep Fir #0C311C

Color information

#0C311C (or 0x0C311C) is unknown color: approx Deep Fir. HEX triplet: 0C, 31 and 1C. RGB value is (12,49,28). Sum of RGB (Red+Green+Blue) = 12+49+28=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #0C311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C311C is #F3CEE3. Grayscale: #232323. Windows color (decimal): -15978212 or 1847564. OLE color: 1847564.

HSL color Cylindrical-coordinate representation of color #0C311C: hue angle of 145.95º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C311C is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB124928-
CMYK0.7600.430.81
HSL145.95º60.66%11.96%-
HSV(B)145.95º75.51%19.22%-
XYZ1.462.361.48-
YUV35.54123.74111.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.48%
GREEN value IS 49 (19.53% from 255) = 55.06%
BLUE value IS 28 (11.33% from 255) = 31.46%
R=13.48%
G=55.06%
B=31.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1249280.7600.430.81145.9560.6611.96
HexC311C4C02B51923dc
Octal1461341140531212227514
Binary110011000111100100110001010111010001100100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,49,28); }

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

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

 a { background-color: rgb(12,49,28); }

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

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

 span { border-color: rgb(12,49,28); }

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