Shades of Wood Bark #251003
Tints of Wood Bark #251003
RGB
CMYK
RGB Variations
Color information
#251003 (or 0x251003) is known color: Wood Bark. HEX triplet: 25, 10 and 03. RGB value is (37,16,3). Sum of RGB (Red+Green+Blue) = 37+16+3=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #251003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251003 is #DAEFFC. Grayscale: #141414. Windows color (decimal): -14348285 or 200741. OLE color: 200741.
HSL color Cylindrical-coordinate representation of color #251003: hue angle of 22.94º 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 #251003 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 16 | 3 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.85 |
| HSL | 22.94º | 0.85% | 0.08% | - |
| HSV(B) | 22.94º | 0.92% | 0.15% | - |
| XYZ | 0.96 | 0.77 | 0.18 | - |
| YUV | 20.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 3 | 0 | 0.57 | 0.92 | 0.85 | 22.94 | 0.85 | 0.08 |
| Hex | 25 | 10 | 3 | 0 | 39 | 5C | 55 | 17 | 55 | 8 |
| Octal | 45 | 20 | 3 | 0 | 71 | 134 | 125 | 27 | 125 | 10 |
| Binary | 100101 | 10000 | 11 | 0 | 111001 | 1011100 | 1010101 | 10111 | 1010101 | 1000 |
Color Harmonies of #251003
Complementary color
Monochromatic Colors of #251003
Black with #251003
Text Example
Text Example
White with #251003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251003; }
p { color: rgb(37,16,3); }
H1.HeaderClassName
{
color: #251003;
}
.AnyTagClassName
{
color: #251003;
}
</style>
background-color css
<style>
a { background-color: #251003; }
a { background-color: rgb(37,16,3); }
div.DivClassName
{
background-color: #251003;
}
.BgClassName
{
background-color: #251003;
}
</style>
border-color css
<style>
span { border-color: #251003; }
span { border-color: rgb(37,16,3); }
td.TdClassName
{
border-color: #251003;
}
.TagClassName
{
border-color: #251003;
}
</style>