Shades of Deep Fir #00300B
Tints of Deep Fir #00300B
RGB
CMYK
RGB Variations
Color information
#00300B (or 0x00300B) is known color: Deep Fir. HEX triplet: 00, 30 and 0B. RGB value is (0,48,11). Sum of RGB (Red+Green+Blue) = 0+48+11=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 48 (19.14% from 255 or 81.36% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 48 - color contains mainly: green. Hex color #00300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00300B is #FFCFF4. Grayscale: #1D1D1D. Windows color (decimal): -16764917 or 733184. OLE color: 733184.
HSL color Cylindrical-coordinate representation of color #00300B: hue angle of 133.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00300B is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 48 | 11 | - |
| CMYK | 1 | 0 | 0.77 | 0.81 |
| HSL | 133.75º | 1% | 0.09% | - |
| HSV(B) | 133.75º | 1% | 0.19% | - |
| XYZ | 1.12 | 2.14 | 0.67 | - |
| YUV | 29.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 11 | 1 | 0 | 0.77 | 0.81 | 133.75 | 1 | 0.09 |
| Hex | 0 | 30 | B | 64 | 0 | 4D | 51 | 86 | 64 | 9 |
| Octal | 0 | 60 | 13 | 144 | 0 | 115 | 121 | 206 | 144 | 11 |
| Binary | 0 | 110000 | 1011 | 1100100 | 0 | 1001101 | 1010001 | 10000110 | 1100100 | 1001 |
Color Harmonies of #00300B
Complementary color
Monochromatic Colors of #00300B
Black with #00300B
Text Example
Text Example
White with #00300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00300B; }
p { color: rgb(0,48,11); }
H1.HeaderClassName
{
color: #00300B;
}
.AnyTagClassName
{
color: #00300B;
}
</style>
background-color css
<style>
a { background-color: #00300B; }
a { background-color: rgb(0,48,11); }
div.DivClassName
{
background-color: #00300B;
}
.BgClassName
{
background-color: #00300B;
}
</style>
border-color css
<style>
span { border-color: #00300B; }
span { border-color: rgb(0,48,11); }
td.TdClassName
{
border-color: #00300B;
}
.TagClassName
{
border-color: #00300B;
}
</style>