Shades of Deep Fir #05310B
Tints of Deep Fir #05310B
RGB
CMYK
RGB Variations
Color information
#05310B (or 0x05310B) is known color: Deep Fir. HEX triplet: 05, 31 and 0B. RGB value is (5,49,11). Sum of RGB (Red+Green+Blue) = 5+49+11=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 49 (19.53% from 255 or 75.38% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 49 - color contains mainly: green. Hex color #05310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05310B is #FACEF4. Grayscale: #1F1F1F. Windows color (decimal): -16436981 or 733445. OLE color: 733445.
HSL color Cylindrical-coordinate representation of color #05310B: hue angle of 128.18º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05310B is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 49 | 11 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.81 |
| HSL | 128.18º | 0.81% | 0.11% | - |
| HSV(B) | 128.18º | 0.9% | 0.19% | - |
| XYZ | 1.22 | 2.25 | 0.69 | - |
| YUV | 31.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 11 | 0.90 | 0 | 0.78 | 0.81 | 128.18 | 0.81 | 0.11 |
| Hex | 5 | 31 | B | 5A | 0 | 4E | 51 | 80 | 51 | B |
| Octal | 5 | 61 | 13 | 132 | 0 | 116 | 121 | 200 | 121 | 13 |
| Binary | 101 | 110001 | 1011 | 1011010 | 0 | 1001110 | 1010001 | 10000000 | 1010001 | 1011 |
Color Harmonies of #05310B
Complementary color
Monochromatic Colors of #05310B
Black with #05310B
Text Example
Text Example
White with #05310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05310B; }
p { color: rgb(5,49,11); }
H1.HeaderClassName
{
color: #05310B;
}
.AnyTagClassName
{
color: #05310B;
}
</style>
background-color css
<style>
a { background-color: #05310B; }
a { background-color: rgb(5,49,11); }
div.DivClassName
{
background-color: #05310B;
}
.BgClassName
{
background-color: #05310B;
}
</style>
border-color css
<style>
span { border-color: #05310B; }
span { border-color: rgb(5,49,11); }
td.TdClassName
{
border-color: #05310B;
}
.TagClassName
{
border-color: #05310B;
}
</style>