Shades of Seal Brown #3B0F03
Tints of Seal Brown #3B0F03
RGB
CMYK
RGB Variations
Color information
#3B0F03 (or 0x3B0F03) is known color: Seal Brown. HEX triplet: 3B, 0F and 03. RGB value is (59,15,3). Sum of RGB (Red+Green+Blue) = 59+15+3=77 (10% of max value = 765). Red value is 59 (23.44% from 255 or 76.62% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0F03 is #C4F0FC. Grayscale: #1A1A1A. Windows color (decimal): -12906749 or 200507. OLE color: 200507.
HSL color Cylindrical-coordinate representation of color #3B0F03: hue angle of 12.86º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0F03 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 15 | 3 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.77 |
| HSL | 12.86º | 0.9% | 0.12% | - |
| HSV(B) | 12.86º | 0.95% | 0.23% | - |
| XYZ | 1.99 | 1.28 | 0.23 | - |
| YUV | 26.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 15 | 3 | 0 | 0.75 | 0.95 | 0.77 | 12.86 | 0.9 | 0.12 |
| Hex | 3B | F | 3 | 0 | 4B | 5F | 4D | D | 5A | C |
| Octal | 73 | 17 | 3 | 0 | 113 | 137 | 115 | 15 | 132 | 14 |
| Binary | 111011 | 1111 | 11 | 0 | 1001011 | 1011111 | 1001101 | 1101 | 1011010 | 1100 |
Color Harmonies of #3B0F03
Complementary color
Monochromatic Colors of #3B0F03
Black with #3B0F03
Text Example
Text Example
White with #3B0F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0F03; }
p { color: rgb(59,15,3); }
H1.HeaderClassName
{
color: #3B0F03;
}
.AnyTagClassName
{
color: #3B0F03;
}
</style>
background-color css
<style>
a { background-color: #3B0F03; }
a { background-color: rgb(59,15,3); }
div.DivClassName
{
background-color: #3B0F03;
}
.BgClassName
{
background-color: #3B0F03;
}
</style>
border-color css
<style>
span { border-color: #3B0F03; }
span { border-color: rgb(59,15,3); }
td.TdClassName
{
border-color: #3B0F03;
}
.TagClassName
{
border-color: #3B0F03;
}
</style>