Shades of Seal Brown #311B1A
Tints of Seal Brown #311B1A
RGB
CMYK
RGB Variations
Color information
#311B1A (or 0x311B1A) is known color: Seal Brown. HEX triplet: 31, 1B and 1A. RGB value is (49,27,26). Sum of RGB (Red+Green+Blue) = 49+27+26=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #311B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B1A is #CEE4E5. Grayscale: #212121. Windows color (decimal): -13559014 or 1710897. OLE color: 1710897.
HSL color Cylindrical-coordinate representation of color #311B1A: hue angle of 2.61º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #311B1A is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 26 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.81 |
| HSL | 2.61º | 0.31% | 0.15% | - |
| HSV(B) | 2.61º | 0.47% | 0.19% | - |
| XYZ | 1.85 | 1.51 | 1.17 | - |
| YUV | 33.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 26 | 0 | 0.45 | 0.47 | 0.81 | 2.61 | 0.31 | 0.15 |
| Hex | 31 | 1B | 1A | 0 | 2D | 2F | 51 | 3 | 1F | F |
| Octal | 61 | 33 | 32 | 0 | 55 | 57 | 121 | 3 | 37 | 17 |
| Binary | 110001 | 11011 | 11010 | 0 | 101101 | 101111 | 1010001 | 11 | 11111 | 1111 |
Color Harmonies of #311B1A
Complementary color
Monochromatic Colors of #311B1A
Black with #311B1A
Text Example
Text Example
White with #311B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B1A; }
p { color: rgb(49,27,26); }
H1.HeaderClassName
{
color: #311B1A;
}
.AnyTagClassName
{
color: #311B1A;
}
</style>
background-color css
<style>
a { background-color: #311B1A; }
a { background-color: rgb(49,27,26); }
div.DivClassName
{
background-color: #311B1A;
}
.BgClassName
{
background-color: #311B1A;
}
</style>
border-color css
<style>
span { border-color: #311B1A; }
span { border-color: rgb(49,27,26); }
td.TdClassName
{
border-color: #311B1A;
}
.TagClassName
{
border-color: #311B1A;
}
</style>