Shades of Deep Fir #052B0F
Tints of Deep Fir #052B0F
RGB
CMYK
RGB Variations
Color information
#052B0F (or 0x052B0F) is known color: Deep Fir. HEX triplet: 05, 2B and 0F. RGB value is (5,43,15). Sum of RGB (Red+Green+Blue) = 5+43+15=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 43 (17.19% from 255 or 68.25% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 43 - color contains mainly: green. Hex color #052B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052B0F is #FAD4F0. Grayscale: #1C1C1C. Windows color (decimal): -16438513 or 994053. OLE color: 994053.
HSL color Cylindrical-coordinate representation of color #052B0F: hue angle of 135.79º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052B0F is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 43 | 15 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.83 |
| HSL | 135.79º | 0.79% | 0.09% | - |
| HSV(B) | 135.79º | 0.88% | 0.17% | - |
| XYZ | 1.01 | 1.79 | 0.74 | - |
| YUV | 28.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 15 | 0.88 | 0 | 0.65 | 0.83 | 135.79 | 0.79 | 0.09 |
| Hex | 5 | 2B | F | 58 | 0 | 41 | 53 | 88 | 4F | 9 |
| Octal | 5 | 53 | 17 | 130 | 0 | 101 | 123 | 210 | 117 | 11 |
| Binary | 101 | 101011 | 1111 | 1011000 | 0 | 1000001 | 1010011 | 10001000 | 1001111 | 1001 |
Color Harmonies of #052B0F
Complementary color
Monochromatic Colors of #052B0F
Black with #052B0F
Text Example
Text Example
White with #052B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B0F; }
p { color: rgb(5,43,15); }
H1.HeaderClassName
{
color: #052B0F;
}
.AnyTagClassName
{
color: #052B0F;
}
</style>
background-color css
<style>
a { background-color: #052B0F; }
a { background-color: rgb(5,43,15); }
div.DivClassName
{
background-color: #052B0F;
}
.BgClassName
{
background-color: #052B0F;
}
</style>
border-color css
<style>
span { border-color: #052B0F; }
span { border-color: rgb(5,43,15); }
td.TdClassName
{
border-color: #052B0F;
}
.TagClassName
{
border-color: #052B0F;
}
</style>