Shades of Seal Brown #281919
Tints of Seal Brown #281919
RGB
CMYK
RGB Variations
Color information
#281919 (or 0x281919) is known color: Seal Brown. HEX triplet: 28, 19 and 19. RGB value is (40,25,25). Sum of RGB (Red+Green+Blue) = 40+25+25=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #281919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281919 is #D7E6E6. Grayscale: #1D1D1D. Windows color (decimal): -14149351 or 1644840. OLE color: 1644840.
HSL color Cylindrical-coordinate representation of color #281919: hue angle of 0º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #281919 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 25 | 25 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.84 |
| HSL | 0º | 0.23% | 0.13% | - |
| HSV(B) | 0º | 0.38% | 0.16% | - |
| XYZ | 1.4 | 1.22 | 1.08 | - |
| YUV | 29.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 25 | 0 | 0.38 | 0.38 | 0.84 | 0 | 0.23 | 0.13 |
| Hex | 28 | 19 | 19 | 0 | 26 | 26 | 54 | 0 | 17 | D |
| Octal | 50 | 31 | 31 | 0 | 46 | 46 | 124 | 0 | 27 | 15 |
| Binary | 101000 | 11001 | 11001 | 0 | 100110 | 100110 | 1010100 | 0 | 10111 | 1101 |
Color Harmonies of #281919
Complementary color
Monochromatic Colors of #281919
Black with #281919
Text Example
Text Example
White with #281919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281919; }
p { color: rgb(40,25,25); }
H1.HeaderClassName
{
color: #281919;
}
.AnyTagClassName
{
color: #281919;
}
</style>
background-color css
<style>
a { background-color: #281919; }
a { background-color: rgb(40,25,25); }
div.DivClassName
{
background-color: #281919;
}
.BgClassName
{
background-color: #281919;
}
</style>
border-color css
<style>
span { border-color: #281919; }
span { border-color: rgb(40,25,25); }
td.TdClassName
{
border-color: #281919;
}
.TagClassName
{
border-color: #281919;
}
</style>