Shades of Deep Fir #05280B
Tints of Deep Fir #05280B
RGB
CMYK
RGB Variations
Color information
#05280B (or 0x05280B) is known color: Deep Fir. HEX triplet: 05, 28 and 0B. RGB value is (5,40,11). Sum of RGB (Red+Green+Blue) = 5+40+11=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 40 (16.02% from 255 or 71.43% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 40 - color contains mainly: green. Hex color #05280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05280B is #FAD7F4. Grayscale: #1A1A1A. Windows color (decimal): -16439285 or 731141. OLE color: 731141.
HSL color Cylindrical-coordinate representation of color #05280B: hue angle of 130.29º 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 #05280B is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 40 | 11 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.84 |
| HSL | 130.29º | 0.78% | 0.09% | - |
| HSV(B) | 130.29º | 0.88% | 0.16% | - |
| XYZ | 0.88 | 1.57 | 0.57 | - |
| YUV | 26.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 11 | 0.88 | 0 | 0.72 | 0.84 | 130.29 | 0.78 | 0.09 |
| Hex | 5 | 28 | B | 58 | 0 | 48 | 54 | 82 | 4E | 9 |
| Octal | 5 | 50 | 13 | 130 | 0 | 110 | 124 | 202 | 116 | 11 |
| Binary | 101 | 101000 | 1011 | 1011000 | 0 | 1001000 | 1010100 | 10000010 | 1001110 | 1001 |
Color Harmonies of #05280B
Complementary color
Monochromatic Colors of #05280B
Black with #05280B
Text Example
Text Example
White with #05280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05280B; }
p { color: rgb(5,40,11); }
H1.HeaderClassName
{
color: #05280B;
}
.AnyTagClassName
{
color: #05280B;
}
</style>
background-color css
<style>
a { background-color: #05280B; }
a { background-color: rgb(5,40,11); }
div.DivClassName
{
background-color: #05280B;
}
.BgClassName
{
background-color: #05280B;
}
</style>
border-color css
<style>
span { border-color: #05280B; }
span { border-color: rgb(5,40,11); }
td.TdClassName
{
border-color: #05280B;
}
.TagClassName
{
border-color: #05280B;
}
</style>