#0D3213

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

Shades of Deep Fir #0D3213

Tints of Deep Fir #0D3213

Color information

#0D3213 (or 0x0D3213) is unknown color: approx Deep Fir. HEX triplet: 0D, 32 and 13. RGB value is (13,50,19). Sum of RGB (Red+Green+Blue) = 13+50+19=82 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.85% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #0D3213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3213 is #F2CDEC. Grayscale: #232323. Windows color (decimal): -15912429 or 1257997. OLE color: 1257997.

HSL color Cylindrical-coordinate representation of color #0D3213: hue angle of 129.73º 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 #0D3213 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB135019-
CMYK0.7400.620.80
HSL129.73º58.73%12.35%-
HSV(B)129.73º74%19.61%-
XYZ1.422.411.01-
YUV35.4118.74112.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.85%
GREEN value IS 50 (19.92% from 255) = 60.98%
BLUE value IS 19 (7.81% from 255) = 23.17%
R=15.85%
G=60.98%
B=23.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1350190.7400.620.80129.7358.7312.35
HexD32134A03E50823bc
Octal1562231120761202027314
Binary110111001010011100101001111101010000100000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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