#0C331B

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

Shades of Deep Fir #0C331B

Tints of Deep Fir #0C331B

Color information

#0C331B (or 0x0C331B) is unknown color: approx Deep Fir. HEX triplet: 0C, 33 and 1B. RGB value is (12,51,27). Sum of RGB (Red+Green+Blue) = 12+51+27=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #0C331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C331B is #F3CCE4. Grayscale: #242424. Windows color (decimal): -15977701 or 1782540. OLE color: 1782540.

HSL color Cylindrical-coordinate representation of color #0C331B: hue angle of 143.08º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C331B is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB125127-
CMYK0.7600.470.8
HSL143.08º61.9%12.35%-
HSV(B)143.08º76.47%20%-
XYZ1.532.521.44-
YUV36.6122.58110.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.33%
GREEN value IS 51 (20.31% from 255) = 56.67%
BLUE value IS 27 (10.94% from 255) = 30%
R=13.33%
G=56.67%
B=30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1251270.7600.470.8143.0861.912.35
HexC331B4C02F508f3ec
Octal1463331140571202177614
Binary110011001111011100110001011111010000100011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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