Shades of Deep Fir #02330B
Tints of Deep Fir #02330B
RGB
CMYK
RGB Variations
Color information
#02330B (or 0x02330B) is known color: Deep Fir. HEX triplet: 02, 33 and 0B. RGB value is (2,51,11). Sum of RGB (Red+Green+Blue) = 2+51+11=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 51 (20.31% from 255 or 79.69% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 51 - color contains mainly: green. Hex color #02330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02330B is #FDCCF4. Grayscale: #1F1F1F. Windows color (decimal): -16633077 or 733954. OLE color: 733954.
HSL color Cylindrical-coordinate representation of color #02330B: hue angle of 131.02º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02330B is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 51 | 11 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.8 |
| HSL | 131.02º | 0.92% | 0.1% | - |
| HSV(B) | 131.02º | 0.96% | 0.2% | - |
| XYZ | 1.27 | 2.4 | 0.71 | - |
| YUV | 31.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 11 | 0.96 | 0 | 0.78 | 0.8 | 131.02 | 0.92 | 0.1 |
| Hex | 2 | 33 | B | 60 | 0 | 4E | 50 | 83 | 5C | A |
| Octal | 2 | 63 | 13 | 140 | 0 | 116 | 120 | 203 | 134 | 12 |
| Binary | 10 | 110011 | 1011 | 1100000 | 0 | 1001110 | 1010000 | 10000011 | 1011100 | 1010 |
Color Harmonies of #02330B
Complementary color
Monochromatic Colors of #02330B
Black with #02330B
Text Example
Text Example
White with #02330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02330B; }
p { color: rgb(2,51,11); }
H1.HeaderClassName
{
color: #02330B;
}
.AnyTagClassName
{
color: #02330B;
}
</style>
background-color css
<style>
a { background-color: #02330B; }
a { background-color: rgb(2,51,11); }
div.DivClassName
{
background-color: #02330B;
}
.BgClassName
{
background-color: #02330B;
}
</style>
border-color css
<style>
span { border-color: #02330B; }
span { border-color: rgb(2,51,11); }
td.TdClassName
{
border-color: #02330B;
}
.TagClassName
{
border-color: #02330B;
}
</style>