Shades of Seal Brown #3B0302
Tints of Seal Brown #3B0302
RGB
CMYK
RGB Variations
Color information
#3B0302 (or 0x3B0302) is known color: Seal Brown. HEX triplet: 3B, 03 and 02. RGB value is (59,3,2). Sum of RGB (Red+Green+Blue) = 59+3+2=64 (8% of max value = 765). Red value is 59 (23.44% from 255 or 92.19% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0302 is #C4FCFD. Grayscale: #131313. Windows color (decimal): -12909822 or 131899. OLE color: 131899.
HSL color Cylindrical-coordinate representation of color #3B0302: hue angle of 1.05º 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 #3B0302 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 3 | 2 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.77 |
| HSL | 1.05º | 0.93% | 0.12% | - |
| HSV(B) | 1.05º | 0.97% | 0.23% | - |
| XYZ | 1.85 | 1 | 0.15 | - |
| YUV | 19.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 2 | 0 | 0.95 | 0.97 | 0.77 | 1.05 | 0.93 | 0.12 |
| Hex | 3B | 3 | 2 | 0 | 5F | 61 | 4D | 1 | 5D | C |
| Octal | 73 | 3 | 2 | 0 | 137 | 141 | 115 | 1 | 135 | 14 |
| Binary | 111011 | 11 | 10 | 0 | 1011111 | 1100001 | 1001101 | 1 | 1011101 | 1100 |
Color Harmonies of #3B0302
Complementary color
Monochromatic Colors of #3B0302
Black with #3B0302
Text Example
Text Example
White with #3B0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0302; }
p { color: rgb(59,3,2); }
H1.HeaderClassName
{
color: #3B0302;
}
.AnyTagClassName
{
color: #3B0302;
}
</style>
background-color css
<style>
a { background-color: #3B0302; }
a { background-color: rgb(59,3,2); }
div.DivClassName
{
background-color: #3B0302;
}
.BgClassName
{
background-color: #3B0302;
}
</style>
border-color css
<style>
span { border-color: #3B0302; }
span { border-color: rgb(59,3,2); }
td.TdClassName
{
border-color: #3B0302;
}
.TagClassName
{
border-color: #3B0302;
}
</style>