Shades of Deep Fir #02350B
Tints of Deep Fir #02350B
RGB
CMYK
RGB Variations
Color information
#02350B (or 0x02350B) is known color: Deep Fir. HEX triplet: 02, 35 and 0B. RGB value is (2,53,11). Sum of RGB (Red+Green+Blue) = 2+53+11=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 53 (21.09% from 255 or 80.30% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 53 - color contains mainly: green. Hex color #02350B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02350B is #FDCAF4. Grayscale: #212121. Windows color (decimal): -16632565 or 734466. OLE color: 734466.
HSL color Cylindrical-coordinate representation of color #02350B: hue angle of 130.59º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02350B is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 53 | 11 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.79 |
| HSL | 130.59º | 0.93% | 0.11% | - |
| HSV(B) | 130.59º | 0.96% | 0.21% | - |
| XYZ | 1.36 | 2.58 | 0.74 | - |
| YUV | 32.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 11 | 0.96 | 0 | 0.79 | 0.79 | 130.59 | 0.93 | 0.11 |
| Hex | 2 | 35 | B | 60 | 0 | 4F | 4F | 83 | 5D | B |
| Octal | 2 | 65 | 13 | 140 | 0 | 117 | 117 | 203 | 135 | 13 |
| Binary | 10 | 110101 | 1011 | 1100000 | 0 | 1001111 | 1001111 | 10000011 | 1011101 | 1011 |
Color Harmonies of #02350B
Complementary color
Monochromatic Colors of #02350B
Black with #02350B
Text Example
Text Example
White with #02350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02350B; }
p { color: rgb(2,53,11); }
H1.HeaderClassName
{
color: #02350B;
}
.AnyTagClassName
{
color: #02350B;
}
</style>
background-color css
<style>
a { background-color: #02350B; }
a { background-color: rgb(2,53,11); }
div.DivClassName
{
background-color: #02350B;
}
.BgClassName
{
background-color: #02350B;
}
</style>
border-color css
<style>
span { border-color: #02350B; }
span { border-color: rgb(2,53,11); }
td.TdClassName
{
border-color: #02350B;
}
.TagClassName
{
border-color: #02350B;
}
</style>