Shades of Wood Bark #250F00
Tints of Wood Bark #250F00
RGB
CMYK
RGB Variations
Color information
#250F00 (or 0x250F00) is known color: Wood Bark. HEX triplet: 25, 0F and 00. RGB value is (37,15,0). Sum of RGB (Red+Green+Blue) = 37+15+0=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #250F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F00 is #DAF0FF. Grayscale: #131313. Windows color (decimal): -14348544 or 3877. OLE color: 3877.
HSL color Cylindrical-coordinate representation of color #250F00: hue angle of 24.32º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250F00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 15 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.85 |
| HSL | 24.32º | 1% | 0.07% | - |
| HSV(B) | 24.32º | 1% | 0.15% | - |
| XYZ | 0.93 | 0.73 | 0.09 | - |
| YUV | 19.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 0 | 0 | 0.59 | 1 | 0.85 | 24.32 | 1 | 0.07 |
| Hex | 25 | F | 0 | 0 | 3B | 64 | 55 | 18 | 64 | 7 |
| Octal | 45 | 17 | 0 | 0 | 73 | 144 | 125 | 30 | 144 | 7 |
| Binary | 100101 | 1111 | 0 | 0 | 111011 | 1100100 | 1010101 | 11000 | 1100100 | 111 |
Color Harmonies of #250F00
Complementary color
Monochromatic Colors of #250F00
Black with #250F00
Text Example
Text Example
White with #250F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F00; }
p { color: rgb(37,15,0); }
H1.HeaderClassName
{
color: #250F00;
}
.AnyTagClassName
{
color: #250F00;
}
</style>
background-color css
<style>
a { background-color: #250F00; }
a { background-color: rgb(37,15,0); }
div.DivClassName
{
background-color: #250F00;
}
.BgClassName
{
background-color: #250F00;
}
</style>
border-color css
<style>
span { border-color: #250F00; }
span { border-color: rgb(37,15,0); }
td.TdClassName
{
border-color: #250F00;
}
.TagClassName
{
border-color: #250F00;
}
</style>