Shades of Seal Brown #241311
Tints of Seal Brown #241311
RGB
CMYK
RGB Variations
Color information
#241311 (or 0x241311) is known color: Seal Brown. HEX triplet: 24, 13 and 11. RGB value is (36,19,17). Sum of RGB (Red+Green+Blue) = 36+19+17=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #241311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241311 is #DBECEE. Grayscale: #171717. Windows color (decimal): -14413039 or 1119012. OLE color: 1119012.
HSL color Cylindrical-coordinate representation of color #241311: hue angle of 6.32º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #241311 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 19 | 17 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.86 |
| HSL | 6.32º | 0.36% | 0.1% | - |
| HSV(B) | 6.32º | 0.53% | 0.14% | - |
| XYZ | 1.06 | 0.88 | 0.64 | - |
| YUV | 23.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 17 | 0 | 0.47 | 0.53 | 0.86 | 6.32 | 0.36 | 0.1 |
| Hex | 24 | 13 | 11 | 0 | 2F | 35 | 56 | 6 | 24 | A |
| Octal | 44 | 23 | 21 | 0 | 57 | 65 | 126 | 6 | 44 | 12 |
| Binary | 100100 | 10011 | 10001 | 0 | 101111 | 110101 | 1010110 | 110 | 100100 | 1010 |
Color Harmonies of #241311
Complementary color
Monochromatic Colors of #241311
Black with #241311
Text Example
Text Example
White with #241311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241311; }
p { color: rgb(36,19,17); }
H1.HeaderClassName
{
color: #241311;
}
.AnyTagClassName
{
color: #241311;
}
</style>
background-color css
<style>
a { background-color: #241311; }
a { background-color: rgb(36,19,17); }
div.DivClassName
{
background-color: #241311;
}
.BgClassName
{
background-color: #241311;
}
</style>
border-color css
<style>
span { border-color: #241311; }
span { border-color: rgb(36,19,17); }
td.TdClassName
{
border-color: #241311;
}
.TagClassName
{
border-color: #241311;
}
</style>