Shades of Seal Brown #3B1E1E
Tints of Seal Brown #3B1E1E
RGB
CMYK
RGB Variations
Color information
#3B1E1E (or 0x3B1E1E) is known color: Seal Brown. HEX triplet: 3B, 1E and 1E. RGB value is (59,30,30). Sum of RGB (Red+Green+Blue) = 59+30+30=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1E1E is #C4E1E1. Grayscale: #262626. Windows color (decimal): -12902882 or 1973819. OLE color: 1973819.
HSL color Cylindrical-coordinate representation of color #3B1E1E: hue angle of 0º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B1E1E is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 30 | 30 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.77 |
| HSL | 0º | 0.33% | 0.17% | - |
| HSV(B) | 0º | 0.49% | 0.23% | - |
| XYZ | 2.5 | 1.95 | 1.47 | - |
| YUV | 38.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 30 | 30 | 0 | 0.49 | 0.49 | 0.77 | 0 | 0.33 | 0.17 |
| Hex | 3B | 1E | 1E | 0 | 31 | 31 | 4D | 0 | 21 | 11 |
| Octal | 73 | 36 | 36 | 0 | 61 | 61 | 115 | 0 | 41 | 21 |
| Binary | 111011 | 11110 | 11110 | 0 | 110001 | 110001 | 1001101 | 0 | 100001 | 10001 |
Color Harmonies of #3B1E1E
Complementary color
Monochromatic Colors of #3B1E1E
Black with #3B1E1E
Text Example
Text Example
White with #3B1E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1E1E; }
p { color: rgb(59,30,30); }
H1.HeaderClassName
{
color: #3B1E1E;
}
.AnyTagClassName
{
color: #3B1E1E;
}
</style>
background-color css
<style>
a { background-color: #3B1E1E; }
a { background-color: rgb(59,30,30); }
div.DivClassName
{
background-color: #3B1E1E;
}
.BgClassName
{
background-color: #3B1E1E;
}
</style>
border-color css
<style>
span { border-color: #3B1E1E; }
span { border-color: rgb(59,30,30); }
td.TdClassName
{
border-color: #3B1E1E;
}
.TagClassName
{
border-color: #3B1E1E;
}
</style>