Shades of Deep Fir #00320B
Tints of Deep Fir #00320B
RGB
CMYK
RGB Variations
Color information
#00320B (or 0x00320B) is known color: Deep Fir. HEX triplet: 00, 32 and 0B. RGB value is (0,50,11). Sum of RGB (Red+Green+Blue) = 0+50+11=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 50 (19.92% from 255 or 81.97% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 50 - color contains mainly: green. Hex color #00320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00320B is #FFCDF4. Grayscale: #1E1E1E. Windows color (decimal): -16764405 or 733696. OLE color: 733696.
HSL color Cylindrical-coordinate representation of color #00320B: hue angle of 133.2º 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 #00320B is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 50 | 11 | - |
| CMYK | 1 | 0 | 0.78 | 0.80 |
| HSL | 133.2º | 1% | 0.1% | - |
| HSV(B) | 133.2º | 1% | 0.2% | - |
| XYZ | 1.2 | 2.31 | 0.7 | - |
| YUV | 30.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 11 | 1 | 0 | 0.78 | 0.80 | 133.2 | 1 | 0.1 |
| Hex | 0 | 32 | B | 64 | 0 | 4E | 50 | 85 | 64 | A |
| Octal | 0 | 62 | 13 | 144 | 0 | 116 | 120 | 205 | 144 | 12 |
| Binary | 0 | 110010 | 1011 | 1100100 | 0 | 1001110 | 1010000 | 10000101 | 1100100 | 1010 |
Color Harmonies of #00320B
Complementary color
Monochromatic Colors of #00320B
Black with #00320B
Text Example
Text Example
White with #00320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00320B; }
p { color: rgb(0,50,11); }
H1.HeaderClassName
{
color: #00320B;
}
.AnyTagClassName
{
color: #00320B;
}
</style>
background-color css
<style>
a { background-color: #00320B; }
a { background-color: rgb(0,50,11); }
div.DivClassName
{
background-color: #00320B;
}
.BgClassName
{
background-color: #00320B;
}
</style>
border-color css
<style>
span { border-color: #00320B; }
span { border-color: rgb(0,50,11); }
td.TdClassName
{
border-color: #00320B;
}
.TagClassName
{
border-color: #00320B;
}
</style>