Shades of Seal Brown #3B1918
Tints of Seal Brown #3B1918
RGB
CMYK
RGB Variations
Color information
#3B1918 (or 0x3B1918) is known color: Seal Brown. HEX triplet: 3B, 19 and 18. RGB value is (59,25,24). Sum of RGB (Red+Green+Blue) = 59+25+24=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1918 is #C4E6E7. Grayscale: #232323. Windows color (decimal): -12904168 or 1579323. OLE color: 1579323.
HSL color Cylindrical-coordinate representation of color #3B1918: hue angle of 1.71º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B1918 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 25 | 24 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.77 |
| HSL | 1.71º | 0.42% | 0.16% | - |
| HSV(B) | 1.71º | 0.59% | 0.23% | - |
| XYZ | 2.32 | 1.69 | 1.07 | - |
| YUV | 35.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 24 | 0 | 0.58 | 0.59 | 0.77 | 1.71 | 0.42 | 0.16 |
| Hex | 3B | 19 | 18 | 0 | 3A | 3B | 4D | 2 | 2A | 10 |
| Octal | 73 | 31 | 30 | 0 | 72 | 73 | 115 | 2 | 52 | 20 |
| Binary | 111011 | 11001 | 11000 | 0 | 111010 | 111011 | 1001101 | 10 | 101010 | 10000 |
Color Harmonies of #3B1918
Complementary color
Monochromatic Colors of #3B1918
Black with #3B1918
Text Example
Text Example
White with #3B1918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1918; }
p { color: rgb(59,25,24); }
H1.HeaderClassName
{
color: #3B1918;
}
.AnyTagClassName
{
color: #3B1918;
}
</style>
background-color css
<style>
a { background-color: #3B1918; }
a { background-color: rgb(59,25,24); }
div.DivClassName
{
background-color: #3B1918;
}
.BgClassName
{
background-color: #3B1918;
}
</style>
border-color css
<style>
span { border-color: #3B1918; }
span { border-color: rgb(59,25,24); }
td.TdClassName
{
border-color: #3B1918;
}
.TagClassName
{
border-color: #3B1918;
}
</style>