#0D321C

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

Shades of Deep Fir #0D321C

Tints of Deep Fir #0D321C

Color information

#0D321C (or 0x0D321C) is unknown color: approx Deep Fir. HEX triplet: 0D, 32 and 1C. RGB value is (13,50,28). Sum of RGB (Red+Green+Blue) = 13+50+28=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #0D321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D321C is #F2CDE3. Grayscale: #242424. Windows color (decimal): -15912420 or 1847821. OLE color: 1847821.

HSL color Cylindrical-coordinate representation of color #0D321C: hue angle of 144.32º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D321C is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB135028-
CMYK0.7400.440.80
HSL144.32º58.73%12.35%-
HSV(B)144.32º74%19.61%-
XYZ1.522.451.49-
YUV36.43123.24111.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.29%
GREEN value IS 50 (19.92% from 255) = 54.95%
BLUE value IS 28 (11.33% from 255) = 30.77%
R=14.29%
G=54.95%
B=30.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1350280.7400.440.80144.3258.7312.35
HexD321C4A02C50903bc
Octal1562341120541202207314
Binary110111001011100100101001011001010000100100001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,50,28); }

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

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

 a { background-color: rgb(13,50,28); }

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

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

 span { border-color: rgb(13,50,28); }

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