Shades of Deep Fir #0D331C
Tints of Deep Fir #0D331C
RGB
CMYK
RGB Variations
Color information
#0D331C (or 0x0D331C) is known color: Deep Fir. HEX triplet: 0D, 33 and 1C. RGB value is (13,51,28). Sum of RGB (Red+Green+Blue) = 13+51+28=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #0D331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D331C is #F2CCE3. Grayscale: #252525. Windows color (decimal): -15912164 or 1848077. OLE color: 1848077.
HSL color Cylindrical-coordinate representation of color #0D331C: hue angle of 143.68º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D331C is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 13 | 51 | 28 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.8 |
| HSL | 143.68º | 0.59% | 0.13% | - |
| HSV(B) | 143.68º | 0.75% | 0.2% | - |
| XYZ | 1.56 | 2.54 | 1.51 | - |
| YUV | 37.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 28 | 0.75 | 0 | 0.45 | 0.8 | 143.68 | 0.59 | 0.13 |
| Hex | D | 33 | 1C | 4B | 0 | 2D | 50 | 90 | 3B | D |
| Octal | 15 | 63 | 34 | 113 | 0 | 55 | 120 | 220 | 73 | 15 |
| Binary | 1101 | 110011 | 11100 | 1001011 | 0 | 101101 | 1010000 | 10010000 | 111011 | 1101 |
Color Harmonies of #0D331C
Complementary color
Monochromatic Colors of #0D331C
Black with #0D331C
Text Example
Text Example
White with #0D331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D331C; }
p { color: rgb(13,51,28); }
H1.HeaderClassName
{
color: #0D331C;
}
.AnyTagClassName
{
color: #0D331C;
}
</style>
background-color css
<style>
a { background-color: #0D331C; }
a { background-color: rgb(13,51,28); }
div.DivClassName
{
background-color: #0D331C;
}
.BgClassName
{
background-color: #0D331C;
}
</style>
border-color css
<style>
span { border-color: #0D331C; }
span { border-color: rgb(13,51,28); }
td.TdClassName
{
border-color: #0D331C;
}
.TagClassName
{
border-color: #0D331C;
}
</style>