Shades of Deep Fir #05290B
Tints of Deep Fir #05290B
RGB
CMYK
RGB Variations
Color information
#05290B (or 0x05290B) is known color: Deep Fir. HEX triplet: 05, 29 and 0B. RGB value is (5,41,11). Sum of RGB (Red+Green+Blue) = 5+41+11=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 41 (16.41% from 255 or 71.93% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 41 - color contains mainly: green. Hex color #05290B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05290B is #FAD6F4. Grayscale: #1A1A1A. Windows color (decimal): -16439029 or 731397. OLE color: 731397.
HSL color Cylindrical-coordinate representation of color #05290B: hue angle of 130º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05290B is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 41 | 11 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.84 |
| HSL | 130º | 0.78% | 0.09% | - |
| HSV(B) | 130º | 0.88% | 0.16% | - |
| XYZ | 0.92 | 1.64 | 0.59 | - |
| YUV | 26.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 11 | 0.88 | 0 | 0.73 | 0.84 | 130 | 0.78 | 0.09 |
| Hex | 5 | 29 | B | 58 | 0 | 49 | 54 | 82 | 4E | 9 |
| Octal | 5 | 51 | 13 | 130 | 0 | 111 | 124 | 202 | 116 | 11 |
| Binary | 101 | 101001 | 1011 | 1011000 | 0 | 1001001 | 1010100 | 10000010 | 1001110 | 1001 |
Color Harmonies of #05290B
Complementary color
Monochromatic Colors of #05290B
Black with #05290B
Text Example
Text Example
White with #05290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05290B; }
p { color: rgb(5,41,11); }
H1.HeaderClassName
{
color: #05290B;
}
.AnyTagClassName
{
color: #05290B;
}
</style>
background-color css
<style>
a { background-color: #05290B; }
a { background-color: rgb(5,41,11); }
div.DivClassName
{
background-color: #05290B;
}
.BgClassName
{
background-color: #05290B;
}
</style>
border-color css
<style>
span { border-color: #05290B; }
span { border-color: rgb(5,41,11); }
td.TdClassName
{
border-color: #05290B;
}
.TagClassName
{
border-color: #05290B;
}
</style>