Shades of Seal Brown #311B1B
Tints of Seal Brown #311B1B
RGB
CMYK
RGB Variations
Color information
#311B1B (or 0x311B1B) is known color: Seal Brown. HEX triplet: 31, 1B and 1B. RGB value is (49,27,27). Sum of RGB (Red+Green+Blue) = 49+27+27=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #311B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B1B is #CEE4E4. Grayscale: #212121. Windows color (decimal): -13559013 or 1776433. OLE color: 1776433.
HSL color Cylindrical-coordinate representation of color #311B1B: hue angle of 0º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #311B1B is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 27 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.81 |
| HSL | 0º | 0.29% | 0.15% | - |
| HSV(B) | 0º | 0.45% | 0.19% | - |
| XYZ | 1.86 | 1.52 | 1.23 | - |
| YUV | 33.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 27 | 0 | 0.45 | 0.45 | 0.81 | 0 | 0.29 | 0.15 |
| Hex | 31 | 1B | 1B | 0 | 2D | 2D | 51 | 0 | 1D | F |
| Octal | 61 | 33 | 33 | 0 | 55 | 55 | 121 | 0 | 35 | 17 |
| Binary | 110001 | 11011 | 11011 | 0 | 101101 | 101101 | 1010001 | 0 | 11101 | 1111 |
Color Harmonies of #311B1B
Complementary color
Monochromatic Colors of #311B1B
Black with #311B1B
Text Example
Text Example
White with #311B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B1B; }
p { color: rgb(49,27,27); }
H1.HeaderClassName
{
color: #311B1B;
}
.AnyTagClassName
{
color: #311B1B;
}
</style>
background-color css
<style>
a { background-color: #311B1B; }
a { background-color: rgb(49,27,27); }
div.DivClassName
{
background-color: #311B1B;
}
.BgClassName
{
background-color: #311B1B;
}
</style>
border-color css
<style>
span { border-color: #311B1B; }
span { border-color: rgb(49,27,27); }
td.TdClassName
{
border-color: #311B1B;
}
.TagClassName
{
border-color: #311B1B;
}
</style>