Shades of Deep Fir #03250B
Tints of Deep Fir #03250B
RGB
CMYK
RGB Variations
Color information
#03250B (or 0x03250B) is known color: Deep Fir. HEX triplet: 03, 25 and 0B. RGB value is (3,37,11). Sum of RGB (Red+Green+Blue) = 3+37+11=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 37 (14.84% from 255 or 72.55% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 37 - color contains mainly: green. Hex color #03250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03250B is #FCDAF4. Grayscale: #171717. Windows color (decimal): -16571125 or 730371. OLE color: 730371.
HSL color Cylindrical-coordinate representation of color #03250B: hue angle of 134.12º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #03250B is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 37 | 11 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.85 |
| HSL | 134.12º | 0.85% | 0.08% | - |
| HSV(B) | 134.12º | 0.92% | 0.15% | - |
| XYZ | 0.76 | 1.37 | 0.54 | - |
| YUV | 23.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 11 | 0.92 | 0 | 0.70 | 0.85 | 134.12 | 0.85 | 0.08 |
| Hex | 3 | 25 | B | 5C | 0 | 46 | 55 | 86 | 55 | 8 |
| Octal | 3 | 45 | 13 | 134 | 0 | 106 | 125 | 206 | 125 | 10 |
| Binary | 11 | 100101 | 1011 | 1011100 | 0 | 1000110 | 1010101 | 10000110 | 1010101 | 1000 |
Color Harmonies of #03250B
Complementary color
Monochromatic Colors of #03250B
Black with #03250B
Text Example
Text Example
White with #03250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03250B; }
p { color: rgb(3,37,11); }
H1.HeaderClassName
{
color: #03250B;
}
.AnyTagClassName
{
color: #03250B;
}
</style>
background-color css
<style>
a { background-color: #03250B; }
a { background-color: rgb(3,37,11); }
div.DivClassName
{
background-color: #03250B;
}
.BgClassName
{
background-color: #03250B;
}
</style>
border-color css
<style>
span { border-color: #03250B; }
span { border-color: rgb(3,37,11); }
td.TdClassName
{
border-color: #03250B;
}
.TagClassName
{
border-color: #03250B;
}
</style>