Shades of Seal Brown #331102
Tints of Seal Brown #331102
RGB
CMYK
RGB Variations
Color information
#331102 (or 0x331102) is known color: Seal Brown. HEX triplet: 33, 11 and 02. RGB value is (51,17,2). Sum of RGB (Red+Green+Blue) = 51+17+2=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #331102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331102 is #CCEEFD. Grayscale: #191919. Windows color (decimal): -13430526 or 135475. OLE color: 135475.
HSL color Cylindrical-coordinate representation of color #331102: hue angle of 18.37º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #331102 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 2 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.8 |
| HSL | 18.37º | 0.92% | 0.1% | - |
| HSV(B) | 18.37º | 0.96% | 0.2% | - |
| XYZ | 1.58 | 1.11 | 0.19 | - |
| YUV | 25.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 2 | 0 | 0.67 | 0.96 | 0.8 | 18.37 | 0.92 | 0.1 |
| Hex | 33 | 11 | 2 | 0 | 43 | 60 | 50 | 12 | 5C | A |
| Octal | 63 | 21 | 2 | 0 | 103 | 140 | 120 | 22 | 134 | 12 |
| Binary | 110011 | 10001 | 10 | 0 | 1000011 | 1100000 | 1010000 | 10010 | 1011100 | 1010 |
Color Harmonies of #331102
Complementary color
Monochromatic Colors of #331102
Black with #331102
Text Example
Text Example
White with #331102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331102; }
p { color: rgb(51,17,2); }
H1.HeaderClassName
{
color: #331102;
}
.AnyTagClassName
{
color: #331102;
}
</style>
background-color css
<style>
a { background-color: #331102; }
a { background-color: rgb(51,17,2); }
div.DivClassName
{
background-color: #331102;
}
.BgClassName
{
background-color: #331102;
}
</style>
border-color css
<style>
span { border-color: #331102; }
span { border-color: rgb(51,17,2); }
td.TdClassName
{
border-color: #331102;
}
.TagClassName
{
border-color: #331102;
}
</style>