Shades of Seal Brown #220302
Tints of Seal Brown #220302
RGB
CMYK
RGB Variations
Color information
#220302 (or 0x220302) is known color: Seal Brown. HEX triplet: 22, 03 and 02. RGB value is (34,3,2). Sum of RGB (Red+Green+Blue) = 34+3+2=39 (5% of max value = 765). Red value is 34 (13.67% from 255 or 87.18% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 34 - color contains mainly: red. Hex color #220302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220302 is #DDFCFD. Grayscale: #0C0C0C. Windows color (decimal): -14548222 or 131874. OLE color: 131874.
HSL color Cylindrical-coordinate representation of color #220302: hue angle of 1.88º 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 #220302 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 3 | 2 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.87 |
| HSL | 1.88º | 0.89% | 0.07% | - |
| HSV(B) | 1.88º | 0.94% | 0.13% | - |
| XYZ | 0.7 | 0.41 | 0.1 | - |
| YUV | 12.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 2 | 0 | 0.91 | 0.94 | 0.87 | 1.88 | 0.89 | 0.07 |
| Hex | 22 | 3 | 2 | 0 | 5B | 5E | 57 | 2 | 59 | 7 |
| Octal | 42 | 3 | 2 | 0 | 133 | 136 | 127 | 2 | 131 | 7 |
| Binary | 100010 | 11 | 10 | 0 | 1011011 | 1011110 | 1010111 | 10 | 1011001 | 111 |
Color Harmonies of #220302
Complementary color
Monochromatic Colors of #220302
Black with #220302
Text Example
Text Example
White with #220302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220302; }
p { color: rgb(34,3,2); }
H1.HeaderClassName
{
color: #220302;
}
.AnyTagClassName
{
color: #220302;
}
</style>
background-color css
<style>
a { background-color: #220302; }
a { background-color: rgb(34,3,2); }
div.DivClassName
{
background-color: #220302;
}
.BgClassName
{
background-color: #220302;
}
</style>
border-color css
<style>
span { border-color: #220302; }
span { border-color: rgb(34,3,2); }
td.TdClassName
{
border-color: #220302;
}
.TagClassName
{
border-color: #220302;
}
</style>