Shades of Seal Brown #3B1B1B
Tints of Seal Brown #3B1B1B
RGB
CMYK
RGB Variations
Color information
#3B1B1B (or 0x3B1B1B) is known color: Seal Brown. HEX triplet: 3B, 1B and 1B. RGB value is (59,27,27). Sum of RGB (Red+Green+Blue) = 59+27+27=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1B1B is #C4E4E4. Grayscale: #242424. Windows color (decimal): -12903653 or 1776443. OLE color: 1776443.
HSL color Cylindrical-coordinate representation of color #3B1B1B: hue angle of 0º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B1B1B is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 27 | 27 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.77 |
| HSL | 0º | 0.37% | 0.17% | - |
| HSV(B) | 0º | 0.54% | 0.23% | - |
| XYZ | 2.39 | 1.79 | 1.26 | - |
| YUV | 36.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 27 | 0 | 0.54 | 0.54 | 0.77 | 0 | 0.37 | 0.17 |
| Hex | 3B | 1B | 1B | 0 | 36 | 36 | 4D | 0 | 25 | 11 |
| Octal | 73 | 33 | 33 | 0 | 66 | 66 | 115 | 0 | 45 | 21 |
| Binary | 111011 | 11011 | 11011 | 0 | 110110 | 110110 | 1001101 | 0 | 100101 | 10001 |
Color Harmonies of #3B1B1B
Complementary color
Monochromatic Colors of #3B1B1B
Black with #3B1B1B
Text Example
Text Example
White with #3B1B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1B1B; }
p { color: rgb(59,27,27); }
H1.HeaderClassName
{
color: #3B1B1B;
}
.AnyTagClassName
{
color: #3B1B1B;
}
</style>
background-color css
<style>
a { background-color: #3B1B1B; }
a { background-color: rgb(59,27,27); }
div.DivClassName
{
background-color: #3B1B1B;
}
.BgClassName
{
background-color: #3B1B1B;
}
</style>
border-color css
<style>
span { border-color: #3B1B1B; }
span { border-color: rgb(59,27,27); }
td.TdClassName
{
border-color: #3B1B1B;
}
.TagClassName
{
border-color: #3B1B1B;
}
</style>