Shades of Seal Brown #250000
Tints of Seal Brown #250000
RGB
CMYK
RGB Variations
Color information
#250000 (or 0x250000) is known color: Seal Brown. HEX triplet: 25, 00 and 00. RGB value is (37,0,0). Sum of RGB (Red+Green+Blue) = 37+0+0=37 (4% of max value = 765). Red value is 37 (14.84% from 255 or 100% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 37 - color contains mainly: red. Hex color #250000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250000 is #DAFFFF. Grayscale: #0B0B0B. Windows color (decimal): -14352384 or 37. OLE color: 37.
HSL color Cylindrical-coordinate representation of color #250000: hue angle of 0º 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 #250000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.85 |
| HSL | 0º | 1% | 0.07% | - |
| HSV(B) | 0º | 1% | 0.15% | - |
| XYZ | 0.76 | 0.39 | 0.04 | - |
| YUV | 11.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 0 | 0 | 1 | 1 | 0.85 | 0 | 1 | 0.07 |
| Hex | 25 | 0 | 0 | 0 | 64 | 64 | 55 | 0 | 64 | 7 |
| Octal | 45 | 0 | 0 | 0 | 144 | 144 | 125 | 0 | 144 | 7 |
| Binary | 100101 | 0 | 0 | 0 | 1100100 | 1100100 | 1010101 | 0 | 1100100 | 111 |
Color Harmonies of #250000
Complementary color
Monochromatic Colors of #250000
Black with #250000
Text Example
Text Example
White with #250000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250000; }
p { color: rgb(37,0,0); }
H1.HeaderClassName
{
color: #250000;
}
.AnyTagClassName
{
color: #250000;
}
</style>
background-color css
<style>
a { background-color: #250000; }
a { background-color: rgb(37,0,0); }
div.DivClassName
{
background-color: #250000;
}
.BgClassName
{
background-color: #250000;
}
</style>
border-color css
<style>
span { border-color: #250000; }
span { border-color: rgb(37,0,0); }
td.TdClassName
{
border-color: #250000;
}
.TagClassName
{
border-color: #250000;
}
</style>