Shades of Deep Fir #01330B
Tints of Deep Fir #01330B
RGB
CMYK
RGB Variations
Color information
#01330B (or 0x01330B) is known color: Deep Fir. HEX triplet: 01, 33 and 0B. RGB value is (1,51,11). Sum of RGB (Red+Green+Blue) = 1+51+11=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 51 (20.31% from 255 or 80.95% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 51 - color contains mainly: green. Hex color #01330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01330B is #FECCF4. Grayscale: #1F1F1F. Windows color (decimal): -16698613 or 733953. OLE color: 733953.
HSL color Cylindrical-coordinate representation of color #01330B: hue angle of 132º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01330B is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 51 | 11 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.8 |
| HSL | 132º | 0.96% | 0.1% | - |
| HSV(B) | 132º | 0.98% | 0.2% | - |
| XYZ | 1.26 | 2.4 | 0.71 | - |
| YUV | 31.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 11 | 0.98 | 0 | 0.78 | 0.8 | 132 | 0.96 | 0.1 |
| Hex | 1 | 33 | B | 62 | 0 | 4E | 50 | 84 | 60 | A |
| Octal | 1 | 63 | 13 | 142 | 0 | 116 | 120 | 204 | 140 | 12 |
| Binary | 1 | 110011 | 1011 | 1100010 | 0 | 1001110 | 1010000 | 10000100 | 1100000 | 1010 |
Color Harmonies of #01330B
Complementary color
Monochromatic Colors of #01330B
Black with #01330B
Text Example
Text Example
White with #01330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01330B; }
p { color: rgb(1,51,11); }
H1.HeaderClassName
{
color: #01330B;
}
.AnyTagClassName
{
color: #01330B;
}
</style>
background-color css
<style>
a { background-color: #01330B; }
a { background-color: rgb(1,51,11); }
div.DivClassName
{
background-color: #01330B;
}
.BgClassName
{
background-color: #01330B;
}
</style>
border-color css
<style>
span { border-color: #01330B; }
span { border-color: rgb(1,51,11); }
td.TdClassName
{
border-color: #01330B;
}
.TagClassName
{
border-color: #01330B;
}
</style>