#0C331D

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

Shades of Deep Fir #0C331D

Tints of Deep Fir #0C331D

Color information

#0C331D (or 0x0C331D) is unknown color: approx Deep Fir. HEX triplet: 0C, 33 and 1D. RGB value is (12,51,29). Sum of RGB (Red+Green+Blue) = 12+51+29=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #0C331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C331D is #F3CCE2. Grayscale: #242424. Windows color (decimal): -15977699 or 1913612. OLE color: 1913612.

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

Color convert

RGB125129-
CMYK0.7600.430.8
HSL146.15º61.9%12.35%-
HSV(B)146.15º76.47%20%-
XYZ1.562.531.57-
YUV36.83123.58110.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.04%
GREEN value IS 51 (20.31% from 255) = 55.43%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=13.04%
G=55.43%
B=31.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1251290.7600.430.8146.1561.912.35
HexC331D4C02B50923ec
Octal1463351140531202227614
Binary110011001111101100110001010111010000100100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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