#0C311B

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

Shades of Deep Fir #0C311B

Tints of Deep Fir #0C311B

Color information

#0C311B (or 0x0C311B) is unknown color: approx Deep Fir. HEX triplet: 0C, 31 and 1B. RGB value is (12,49,27). Sum of RGB (Red+Green+Blue) = 12+49+27=88 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.64% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #0C311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C311B is #F3CEE4. Grayscale: #232323. Windows color (decimal): -15978213 or 1782028. OLE color: 1782028.

HSL color Cylindrical-coordinate representation of color #0C311B: hue angle of 144.32º 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 #0C311B is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB124927-
CMYK0.7600.450.81
HSL144.32º60.66%11.96%-
HSV(B)144.32º75.51%19.22%-
XYZ1.452.351.41-
YUV35.43123.24111.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.64%
GREEN value IS 49 (19.53% from 255) = 55.68%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=13.64%
G=55.68%
B=30.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1249270.7600.450.81144.3260.6611.96
HexC311B4C02D51903dc
Octal1461331140551212207514
Binary110011000111011100110001011011010001100100001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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