Shades of Deep Fir #02380B
Tints of Deep Fir #02380B
RGB
CMYK
RGB Variations
Color information
#02380B (or 0x02380B) is known color: Deep Fir. HEX triplet: 02, 38 and 0B. RGB value is (2,56,11). Sum of RGB (Red+Green+Blue) = 2+56+11=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 56 (22.27% from 255 or 81.16% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 56 - color contains mainly: green. Hex color #02380B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02380B is #FDC7F4. Grayscale: #222222. Windows color (decimal): -16631797 or 735234. OLE color: 735234.
HSL color Cylindrical-coordinate representation of color #02380B: hue angle of 130º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02380B is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 56 | 11 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.78 |
| HSL | 130º | 0.93% | 0.11% | - |
| HSV(B) | 130º | 0.96% | 0.22% | - |
| XYZ | 1.5 | 2.87 | 0.79 | - |
| YUV | 34.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 11 | 0.96 | 0 | 0.80 | 0.78 | 130 | 0.93 | 0.11 |
| Hex | 2 | 38 | B | 60 | 0 | 50 | 4E | 82 | 5D | B |
| Octal | 2 | 70 | 13 | 140 | 0 | 120 | 116 | 202 | 135 | 13 |
| Binary | 10 | 111000 | 1011 | 1100000 | 0 | 1010000 | 1001110 | 10000010 | 1011101 | 1011 |
Color Harmonies of #02380B
Complementary color
Monochromatic Colors of #02380B
Black with #02380B
Text Example
Text Example
White with #02380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02380B; }
p { color: rgb(2,56,11); }
H1.HeaderClassName
{
color: #02380B;
}
.AnyTagClassName
{
color: #02380B;
}
</style>
background-color css
<style>
a { background-color: #02380B; }
a { background-color: rgb(2,56,11); }
div.DivClassName
{
background-color: #02380B;
}
.BgClassName
{
background-color: #02380B;
}
</style>
border-color css
<style>
span { border-color: #02380B; }
span { border-color: rgb(2,56,11); }
td.TdClassName
{
border-color: #02380B;
}
.TagClassName
{
border-color: #02380B;
}
</style>