Shades of Seal Brown #210202
Tints of Seal Brown #210202
RGB
CMYK
RGB Variations
Color information
#210202 (or 0x210202) is known color: Seal Brown. HEX triplet: 21, 02 and 02. RGB value is (33,2,2). Sum of RGB (Red+Green+Blue) = 33+2+2=37 (4% of max value = 765). Red value is 33 (13.28% from 255 or 89.19% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 33 - color contains mainly: red. Hex color #210202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210202 is #DEFDFD. Grayscale: #0B0B0B. Windows color (decimal): -14614014 or 131617. OLE color: 131617.
HSL color Cylindrical-coordinate representation of color #210202: hue angle of 0º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210202 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 2 | 2 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.87 |
| HSL | 0º | 0.89% | 0.07% | - |
| HSV(B) | 0º | 0.94% | 0.13% | - |
| XYZ | 0.66 | 0.37 | 0.09 | - |
| YUV | 11.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 2 | 0 | 0.94 | 0.94 | 0.87 | 0 | 0.89 | 0.07 |
| Hex | 21 | 2 | 2 | 0 | 5E | 5E | 57 | 0 | 59 | 7 |
| Octal | 41 | 2 | 2 | 0 | 136 | 136 | 127 | 0 | 131 | 7 |
| Binary | 100001 | 10 | 10 | 0 | 1011110 | 1011110 | 1010111 | 0 | 1011001 | 111 |
Color Harmonies of #210202
Complementary color
Monochromatic Colors of #210202
Black with #210202
Text Example
Text Example
White with #210202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210202; }
p { color: rgb(33,2,2); }
H1.HeaderClassName
{
color: #210202;
}
.AnyTagClassName
{
color: #210202;
}
</style>
background-color css
<style>
a { background-color: #210202; }
a { background-color: rgb(33,2,2); }
div.DivClassName
{
background-color: #210202;
}
.BgClassName
{
background-color: #210202;
}
</style>
border-color css
<style>
span { border-color: #210202; }
span { border-color: rgb(33,2,2); }
td.TdClassName
{
border-color: #210202;
}
.TagClassName
{
border-color: #210202;
}
</style>