Shades of Seal Brown #241815
Tints of Seal Brown #241815
RGB
CMYK
RGB Variations
Color information
#241815 (or 0x241815) is known color: Seal Brown. HEX triplet: 24, 18 and 15. RGB value is (36,24,21). Sum of RGB (Red+Green+Blue) = 36+24+21=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #241815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241815 is #DBE7EA. Grayscale: #1B1B1B. Windows color (decimal): -14411755 or 1382436. OLE color: 1382436.
HSL color Cylindrical-coordinate representation of color #241815: hue angle of 12º 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 #241815 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 24 | 21 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.86 |
| HSL | 12º | 0.26% | 0.11% | - |
| HSV(B) | 12º | 0.42% | 0.14% | - |
| XYZ | 1.19 | 1.08 | 0.86 | - |
| YUV | 27.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 21 | 0 | 0.33 | 0.42 | 0.86 | 12 | 0.26 | 0.11 |
| Hex | 24 | 18 | 15 | 0 | 21 | 2A | 56 | C | 1A | B |
| Octal | 44 | 30 | 25 | 0 | 41 | 52 | 126 | 14 | 32 | 13 |
| Binary | 100100 | 11000 | 10101 | 0 | 100001 | 101010 | 1010110 | 1100 | 11010 | 1011 |
Color Harmonies of #241815
Complementary color
Monochromatic Colors of #241815
Black with #241815
Text Example
Text Example
White with #241815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241815; }
p { color: rgb(36,24,21); }
H1.HeaderClassName
{
color: #241815;
}
.AnyTagClassName
{
color: #241815;
}
</style>
background-color css
<style>
a { background-color: #241815; }
a { background-color: rgb(36,24,21); }
div.DivClassName
{
background-color: #241815;
}
.BgClassName
{
background-color: #241815;
}
</style>
border-color css
<style>
span { border-color: #241815; }
span { border-color: rgb(36,24,21); }
td.TdClassName
{
border-color: #241815;
}
.TagClassName
{
border-color: #241815;
}
</style>