Shades of Deep Fir #002105
Tints of Deep Fir #002105
RGB
CMYK
RGB Variations
Color information
#002105 (or 0x002105) is known color: Deep Fir. HEX triplet: 00, 21 and 05. RGB value is (0,33,5). Sum of RGB (Red+Green+Blue) = 0+33+5=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 33 (13.28% from 255 or 86.84% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 33 - color contains mainly: green. Hex color #002105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002105 is #FFDEFA. Grayscale: #141414. Windows color (decimal): -16768763 or 336128. OLE color: 336128.
HSL color Cylindrical-coordinate representation of color #002105: hue angle of 129.09º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002105 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 33 | 5 | - |
| CMYK | 1 | 0 | 0.85 | 0.87 |
| HSL | 129.09º | 1% | 0.06% | - |
| HSV(B) | 129.09º | 1% | 0.13% | - |
| XYZ | 0.57 | 1.1 | 0.33 | - |
| YUV | 19.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 5 | 1 | 0 | 0.85 | 0.87 | 129.09 | 1 | 0.06 |
| Hex | 0 | 21 | 5 | 64 | 0 | 55 | 57 | 81 | 64 | 6 |
| Octal | 0 | 41 | 5 | 144 | 0 | 125 | 127 | 201 | 144 | 6 |
| Binary | 0 | 100001 | 101 | 1100100 | 0 | 1010101 | 1010111 | 10000001 | 1100100 | 110 |
Color Harmonies of #002105
Complementary color
Monochromatic Colors of #002105
Black with #002105
Text Example
Text Example
White with #002105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002105; }
p { color: rgb(0,33,5); }
H1.HeaderClassName
{
color: #002105;
}
.AnyTagClassName
{
color: #002105;
}
</style>
background-color css
<style>
a { background-color: #002105; }
a { background-color: rgb(0,33,5); }
div.DivClassName
{
background-color: #002105;
}
.BgClassName
{
background-color: #002105;
}
</style>
border-color css
<style>
span { border-color: #002105; }
span { border-color: rgb(0,33,5); }
td.TdClassName
{
border-color: #002105;
}
.TagClassName
{
border-color: #002105;
}
</style>