#0C351F

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

Shades of Deep Fir #0C351F

Tints of Deep Fir #0C351F

Color information

#0C351F (or 0x0C351F) is unknown color: approx Deep Fir. HEX triplet: 0C, 35 and 1F. RGB value is (12,53,31). Sum of RGB (Red+Green+Blue) = 12+53+31=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #0C351F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C351F is #F3CAE0. Grayscale: #262626. Windows color (decimal): -15977185 or 2045196. OLE color: 2045196.

HSL color Cylindrical-coordinate representation of color #0C351F: hue angle of 147.8º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C351F is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB125331-
CMYK0.7700.420.79
HSL147.8º63.08%12.75%-
HSV(B)147.8º77.36%20.78%-
XYZ1.672.721.73-
YUV38.23123.92109.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.5%
GREEN value IS 53 (21.09% from 255) = 55.21%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=12.5%
G=55.21%
B=32.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1253310.7700.420.79147.863.0812.75
HexC351F4D02A4F943fd
Octal1465371150521172247715
Binary110011010111111100110101010101001111100101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,53,31); }

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

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

 a { background-color: rgb(12,53,31); }

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

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

 span { border-color: rgb(12,53,31); }

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