Shades of Seal Brown #3B0100
Tints of Seal Brown #3B0100
RGB
CMYK
RGB Variations
Color information
#3B0100 (or 0x3B0100) is known color: Seal Brown. HEX triplet: 3B, 01 and 00. RGB value is (59,1,0). Sum of RGB (Red+Green+Blue) = 59+1+0=60 (7% of max value = 765). Red value is 59 (23.44% from 255 or 98.33% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0100 is #C4FEFF. Grayscale: #121212. Windows color (decimal): -12910336 or 315. OLE color: 315.
HSL color Cylindrical-coordinate representation of color #3B0100: hue angle of 1.02º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B0100 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.77 |
| HSL | 1.02º | 1% | 0.12% | - |
| HSV(B) | 1.02º | 1% | 0.23% | - |
| XYZ | 1.81 | 0.95 | 0.09 | - |
| YUV | 18.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 0 | 0 | 0.98 | 1 | 0.77 | 1.02 | 1 | 0.12 |
| Hex | 3B | 1 | 0 | 0 | 62 | 64 | 4D | 1 | 64 | C |
| Octal | 73 | 1 | 0 | 0 | 142 | 144 | 115 | 1 | 144 | 14 |
| Binary | 111011 | 1 | 0 | 0 | 1100010 | 1100100 | 1001101 | 1 | 1100100 | 1100 |
Color Harmonies of #3B0100
Complementary color
Monochromatic Colors of #3B0100
Black with #3B0100
Text Example
Text Example
White with #3B0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0100; }
p { color: rgb(59,1,0); }
H1.HeaderClassName
{
color: #3B0100;
}
.AnyTagClassName
{
color: #3B0100;
}
</style>
background-color css
<style>
a { background-color: #3B0100; }
a { background-color: rgb(59,1,0); }
div.DivClassName
{
background-color: #3B0100;
}
.BgClassName
{
background-color: #3B0100;
}
</style>
border-color css
<style>
span { border-color: #3B0100; }
span { border-color: rgb(59,1,0); }
td.TdClassName
{
border-color: #3B0100;
}
.TagClassName
{
border-color: #3B0100;
}
</style>