Shades of Seal Brown #2A0202
Tints of Seal Brown #2A0202
RGB
CMYK
RGB Variations
Color information
#2A0202 (or 0x2A0202) is known color: Seal Brown. HEX triplet: 2A, 02 and 02. RGB value is (42,2,2). Sum of RGB (Red+Green+Blue) = 42+2+2=46 (6% of max value = 765). Red value is 42 (16.80% from 255 or 91.30% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0202 is #D5FDFD. Grayscale: #0E0E0E. Windows color (decimal): -14024190 or 131626. OLE color: 131626.
HSL color Cylindrical-coordinate representation of color #2A0202: hue angle of 0º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0202 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 2 | 2 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.84 |
| HSL | 0º | 0.91% | 0.09% | - |
| HSV(B) | 0º | 0.95% | 0.16% | - |
| XYZ | 0.99 | 0.54 | 0.11 | - |
| YUV | 13.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 2 | 0 | 0.95 | 0.95 | 0.84 | 0 | 0.91 | 0.09 |
| Hex | 2A | 2 | 2 | 0 | 5F | 5F | 54 | 0 | 5B | 9 |
| Octal | 52 | 2 | 2 | 0 | 137 | 137 | 124 | 0 | 133 | 11 |
| Binary | 101010 | 10 | 10 | 0 | 1011111 | 1011111 | 1010100 | 0 | 1011011 | 1001 |
Color Harmonies of #2A0202
Complementary color
Monochromatic Colors of #2A0202
Black with #2A0202
Text Example
Text Example
White with #2A0202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0202; }
p { color: rgb(42,2,2); }
H1.HeaderClassName
{
color: #2A0202;
}
.AnyTagClassName
{
color: #2A0202;
}
</style>
background-color css
<style>
a { background-color: #2A0202; }
a { background-color: rgb(42,2,2); }
div.DivClassName
{
background-color: #2A0202;
}
.BgClassName
{
background-color: #2A0202;
}
</style>
border-color css
<style>
span { border-color: #2A0202; }
span { border-color: rgb(42,2,2); }
td.TdClassName
{
border-color: #2A0202;
}
.TagClassName
{
border-color: #2A0202;
}
</style>