Shades of Seal Brown #3B0202
Tints of Seal Brown #3B0202
RGB
CMYK
RGB Variations
Color information
#3B0202 (or 0x3B0202) is known color: Seal Brown. HEX triplet: 3B, 02 and 02. RGB value is (59,2,2). Sum of RGB (Red+Green+Blue) = 59+2+2=63 (8% of max value = 765). Red value is 59 (23.44% from 255 or 93.65% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0202 is #C4FDFD. Grayscale: #131313. Windows color (decimal): -12910078 or 131643. OLE color: 131643.
HSL color Cylindrical-coordinate representation of color #3B0202: hue angle of 0º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B0202 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 2 | 2 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.77 |
| HSL | 0º | 0.93% | 0.12% | - |
| HSV(B) | 0º | 0.97% | 0.23% | - |
| XYZ | 1.84 | 0.98 | 0.15 | - |
| YUV | 19.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 2 | 0 | 0.97 | 0.97 | 0.77 | 0 | 0.93 | 0.12 |
| Hex | 3B | 2 | 2 | 0 | 61 | 61 | 4D | 0 | 5D | C |
| Octal | 73 | 2 | 2 | 0 | 141 | 141 | 115 | 0 | 135 | 14 |
| Binary | 111011 | 10 | 10 | 0 | 1100001 | 1100001 | 1001101 | 0 | 1011101 | 1100 |
Color Harmonies of #3B0202
Complementary color
Monochromatic Colors of #3B0202
Black with #3B0202
Text Example
Text Example
White with #3B0202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0202; }
p { color: rgb(59,2,2); }
H1.HeaderClassName
{
color: #3B0202;
}
.AnyTagClassName
{
color: #3B0202;
}
</style>
background-color css
<style>
a { background-color: #3B0202; }
a { background-color: rgb(59,2,2); }
div.DivClassName
{
background-color: #3B0202;
}
.BgClassName
{
background-color: #3B0202;
}
</style>
border-color css
<style>
span { border-color: #3B0202; }
span { border-color: rgb(59,2,2); }
td.TdClassName
{
border-color: #3B0202;
}
.TagClassName
{
border-color: #3B0202;
}
</style>