Shades of Deep Fir #05260B
Tints of Deep Fir #05260B
RGB
CMYK
RGB Variations
Color information
#05260B (or 0x05260B) is known color: Deep Fir. HEX triplet: 05, 26 and 0B. RGB value is (5,38,11). Sum of RGB (Red+Green+Blue) = 5+38+11=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 38 (15.23% from 255 or 70.37% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 38 - color contains mainly: green. Hex color #05260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05260B is #FAD9F4. Grayscale: #191919. Windows color (decimal): -16439797 or 730629. OLE color: 730629.
HSL color Cylindrical-coordinate representation of color #05260B: hue angle of 130.91º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #05260B is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 38 | 11 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.85 |
| HSL | 130.91º | 0.77% | 0.08% | - |
| HSV(B) | 130.91º | 0.87% | 0.15% | - |
| XYZ | 0.82 | 1.44 | 0.55 | - |
| YUV | 25.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 11 | 0.87 | 0 | 0.71 | 0.85 | 130.91 | 0.77 | 0.08 |
| Hex | 5 | 26 | B | 57 | 0 | 47 | 55 | 83 | 4D | 8 |
| Octal | 5 | 46 | 13 | 127 | 0 | 107 | 125 | 203 | 115 | 10 |
| Binary | 101 | 100110 | 1011 | 1010111 | 0 | 1000111 | 1010101 | 10000011 | 1001101 | 1000 |
Color Harmonies of #05260B
Complementary color
Monochromatic Colors of #05260B
Black with #05260B
Text Example
Text Example
White with #05260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05260B; }
p { color: rgb(5,38,11); }
H1.HeaderClassName
{
color: #05260B;
}
.AnyTagClassName
{
color: #05260B;
}
</style>
background-color css
<style>
a { background-color: #05260B; }
a { background-color: rgb(5,38,11); }
div.DivClassName
{
background-color: #05260B;
}
.BgClassName
{
background-color: #05260B;
}
</style>
border-color css
<style>
span { border-color: #05260B; }
span { border-color: rgb(5,38,11); }
td.TdClassName
{
border-color: #05260B;
}
.TagClassName
{
border-color: #05260B;
}
</style>