Shades of Deep Fir #00340A
Tints of Deep Fir #00340A
RGB
CMYK
RGB Variations
Color information
#00340A (or 0x00340A) is known color: Deep Fir. HEX triplet: 00, 34 and 0A. RGB value is (0,52,10). Sum of RGB (Red+Green+Blue) = 0+52+10=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 52 (20.70% from 255 or 83.87% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 52 - color contains mainly: green. Hex color #00340A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00340A is #FFCBF5. Grayscale: #1F1F1F. Windows color (decimal): -16763894 or 668672. OLE color: 668672.
HSL color Cylindrical-coordinate representation of color #00340A: hue angle of 131.54º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00340A is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 52 | 10 | - |
| CMYK | 1 | 0 | 0.81 | 0.80 |
| HSL | 131.54º | 1% | 0.1% | - |
| HSV(B) | 131.54º | 1% | 0.2% | - |
| XYZ | 1.28 | 2.48 | 0.7 | - |
| YUV | 31.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 10 | 1 | 0 | 0.81 | 0.80 | 131.54 | 1 | 0.1 |
| Hex | 0 | 34 | A | 64 | 0 | 51 | 50 | 84 | 64 | A |
| Octal | 0 | 64 | 12 | 144 | 0 | 121 | 120 | 204 | 144 | 12 |
| Binary | 0 | 110100 | 1010 | 1100100 | 0 | 1010001 | 1010000 | 10000100 | 1100100 | 1010 |
Color Harmonies of #00340A
Complementary color
Monochromatic Colors of #00340A
Black with #00340A
Text Example
Text Example
White with #00340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00340A; }
p { color: rgb(0,52,10); }
H1.HeaderClassName
{
color: #00340A;
}
.AnyTagClassName
{
color: #00340A;
}
</style>
background-color css
<style>
a { background-color: #00340A; }
a { background-color: rgb(0,52,10); }
div.DivClassName
{
background-color: #00340A;
}
.BgClassName
{
background-color: #00340A;
}
</style>
border-color css
<style>
span { border-color: #00340A; }
span { border-color: rgb(0,52,10); }
td.TdClassName
{
border-color: #00340A;
}
.TagClassName
{
border-color: #00340A;
}
</style>