Shades of Seal Brown #241515
Tints of Seal Brown #241515
RGB
CMYK
RGB Variations
Color information
#241515 (or 0x241515) is known color: Seal Brown. HEX triplet: 24, 15 and 15. RGB value is (36,21,21). Sum of RGB (Red+Green+Blue) = 36+21+21=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #241515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241515 is #DBEAEA. Grayscale: #191919. Windows color (decimal): -14412523 or 1381668. OLE color: 1381668.
HSL color Cylindrical-coordinate representation of color #241515: hue angle of 0º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #241515 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 21 | 21 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.86 |
| HSL | 0º | 0.26% | 0.11% | - |
| HSV(B) | 0º | 0.42% | 0.14% | - |
| XYZ | 1.13 | 0.97 | 0.84 | - |
| YUV | 25.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 21 | 0 | 0.42 | 0.42 | 0.86 | 0 | 0.26 | 0.11 |
| Hex | 24 | 15 | 15 | 0 | 2A | 2A | 56 | 0 | 1A | B |
| Octal | 44 | 25 | 25 | 0 | 52 | 52 | 126 | 0 | 32 | 13 |
| Binary | 100100 | 10101 | 10101 | 0 | 101010 | 101010 | 1010110 | 0 | 11010 | 1011 |
Color Harmonies of #241515
Complementary color
Monochromatic Colors of #241515
Black with #241515
Text Example
Text Example
White with #241515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241515; }
p { color: rgb(36,21,21); }
H1.HeaderClassName
{
color: #241515;
}
.AnyTagClassName
{
color: #241515;
}
</style>
background-color css
<style>
a { background-color: #241515; }
a { background-color: rgb(36,21,21); }
div.DivClassName
{
background-color: #241515;
}
.BgClassName
{
background-color: #241515;
}
</style>
border-color css
<style>
span { border-color: #241515; }
span { border-color: rgb(36,21,21); }
td.TdClassName
{
border-color: #241515;
}
.TagClassName
{
border-color: #241515;
}
</style>