Shades of Deep Fir #05340B
Tints of Deep Fir #05340B
RGB
CMYK
RGB Variations
Color information
#05340B (or 0x05340B) is known color: Deep Fir. HEX triplet: 05, 34 and 0B. RGB value is (5,52,11). Sum of RGB (Red+Green+Blue) = 5+52+11=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 52 (20.70% from 255 or 76.47% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 52 - color contains mainly: green. Hex color #05340B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05340B is #FACBF4. Grayscale: #212121. Windows color (decimal): -16436213 or 734213. OLE color: 734213.
HSL color Cylindrical-coordinate representation of color #05340B: hue angle of 127.66º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05340B is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 52 | 11 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.80 |
| HSL | 127.66º | 0.82% | 0.11% | - |
| HSV(B) | 127.66º | 0.9% | 0.2% | - |
| XYZ | 1.35 | 2.51 | 0.73 | - |
| YUV | 33.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 11 | 0.90 | 0 | 0.79 | 0.80 | 127.66 | 0.82 | 0.11 |
| Hex | 5 | 34 | B | 5A | 0 | 4F | 50 | 80 | 52 | B |
| Octal | 5 | 64 | 13 | 132 | 0 | 117 | 120 | 200 | 122 | 13 |
| Binary | 101 | 110100 | 1011 | 1011010 | 0 | 1001111 | 1010000 | 10000000 | 1010010 | 1011 |
Color Harmonies of #05340B
Complementary color
Monochromatic Colors of #05340B
Black with #05340B
Text Example
Text Example
White with #05340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05340B; }
p { color: rgb(5,52,11); }
H1.HeaderClassName
{
color: #05340B;
}
.AnyTagClassName
{
color: #05340B;
}
</style>
background-color css
<style>
a { background-color: #05340B; }
a { background-color: rgb(5,52,11); }
div.DivClassName
{
background-color: #05340B;
}
.BgClassName
{
background-color: #05340B;
}
</style>
border-color css
<style>
span { border-color: #05340B; }
span { border-color: rgb(5,52,11); }
td.TdClassName
{
border-color: #05340B;
}
.TagClassName
{
border-color: #05340B;
}
</style>