Shades of Seal Brown #331B18
Tints of Seal Brown #331B18
RGB
CMYK
RGB Variations
Color information
#331B18 (or 0x331B18) is known color: Seal Brown. HEX triplet: 33, 1B and 18. RGB value is (51,27,24). Sum of RGB (Red+Green+Blue) = 51+27+24=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #331B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331B18 is #CCE4E7. Grayscale: #212121. Windows color (decimal): -13427944 or 1579827. OLE color: 1579827.
HSL color Cylindrical-coordinate representation of color #331B18: hue angle of 6.67º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #331B18 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 27 | 24 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.8 |
| HSL | 6.67º | 0.36% | 0.15% | - |
| HSV(B) | 6.67º | 0.53% | 0.2% | - |
| XYZ | 1.92 | 1.55 | 1.06 | - |
| YUV | 33.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 24 | 0 | 0.47 | 0.53 | 0.8 | 6.67 | 0.36 | 0.15 |
| Hex | 33 | 1B | 18 | 0 | 2F | 35 | 50 | 7 | 24 | F |
| Octal | 63 | 33 | 30 | 0 | 57 | 65 | 120 | 7 | 44 | 17 |
| Binary | 110011 | 11011 | 11000 | 0 | 101111 | 110101 | 1010000 | 111 | 100100 | 1111 |
Color Harmonies of #331B18
Complementary color
Monochromatic Colors of #331B18
Black with #331B18
Text Example
Text Example
White with #331B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331B18; }
p { color: rgb(51,27,24); }
H1.HeaderClassName
{
color: #331B18;
}
.AnyTagClassName
{
color: #331B18;
}
</style>
background-color css
<style>
a { background-color: #331B18; }
a { background-color: rgb(51,27,24); }
div.DivClassName
{
background-color: #331B18;
}
.BgClassName
{
background-color: #331B18;
}
</style>
border-color css
<style>
span { border-color: #331B18; }
span { border-color: rgb(51,27,24); }
td.TdClassName
{
border-color: #331B18;
}
.TagClassName
{
border-color: #331B18;
}
</style>