Shades of Seal Brown #3B1B19
Tints of Seal Brown #3B1B19
RGB
CMYK
RGB Variations
Color information
#3B1B19 (or 0x3B1B19) is known color: Seal Brown. HEX triplet: 3B, 1B and 19. RGB value is (59,27,25). Sum of RGB (Red+Green+Blue) = 59+27+25=111 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.15% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1B19 is #C4E4E6. Grayscale: #242424. Windows color (decimal): -12903655 or 1645371. OLE color: 1645371.
HSL color Cylindrical-coordinate representation of color #3B1B19: hue angle of 3.53º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B1B19 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 27 | 25 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.77 |
| HSL | 3.53º | 0.4% | 0.16% | - |
| HSV(B) | 3.53º | 0.58% | 0.23% | - |
| XYZ | 2.37 | 1.78 | 1.14 | - |
| YUV | 36.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 25 | 0 | 0.54 | 0.58 | 0.77 | 3.53 | 0.4 | 0.16 |
| Hex | 3B | 1B | 19 | 0 | 36 | 3A | 4D | 4 | 28 | 10 |
| Octal | 73 | 33 | 31 | 0 | 66 | 72 | 115 | 4 | 50 | 20 |
| Binary | 111011 | 11011 | 11001 | 0 | 110110 | 111010 | 1001101 | 100 | 101000 | 10000 |
Color Harmonies of #3B1B19
Complementary color
Monochromatic Colors of #3B1B19
Black with #3B1B19
Text Example
Text Example
White with #3B1B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1B19; }
p { color: rgb(59,27,25); }
H1.HeaderClassName
{
color: #3B1B19;
}
.AnyTagClassName
{
color: #3B1B19;
}
</style>
background-color css
<style>
a { background-color: #3B1B19; }
a { background-color: rgb(59,27,25); }
div.DivClassName
{
background-color: #3B1B19;
}
.BgClassName
{
background-color: #3B1B19;
}
</style>
border-color css
<style>
span { border-color: #3B1B19; }
span { border-color: rgb(59,27,25); }
td.TdClassName
{
border-color: #3B1B19;
}
.TagClassName
{
border-color: #3B1B19;
}
</style>