Shades of Seal Brown #3B0F01
Tints of Seal Brown #3B0F01
RGB
CMYK
RGB Variations
Color information
#3B0F01 (or 0x3B0F01) is known color: Seal Brown. HEX triplet: 3B, 0F and 01. RGB value is (59,15,1). Sum of RGB (Red+Green+Blue) = 59+15+1=75 (9% of max value = 765). Red value is 59 (23.44% from 255 or 78.67% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0F01 is #C4F0FE. Grayscale: #1A1A1A. Windows color (decimal): -12906751 or 69435. OLE color: 69435.
HSL color Cylindrical-coordinate representation of color #3B0F01: hue angle of 14.48º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0F01 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 15 | 1 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.77 |
| HSL | 14.48º | 0.97% | 0.12% | - |
| HSV(B) | 14.48º | 0.98% | 0.23% | - |
| XYZ | 1.98 | 1.27 | 0.17 | - |
| YUV | 26.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 15 | 1 | 0 | 0.75 | 0.98 | 0.77 | 14.48 | 0.97 | 0.12 |
| Hex | 3B | F | 1 | 0 | 4B | 62 | 4D | E | 61 | C |
| Octal | 73 | 17 | 1 | 0 | 113 | 142 | 115 | 16 | 141 | 14 |
| Binary | 111011 | 1111 | 1 | 0 | 1001011 | 1100010 | 1001101 | 1110 | 1100001 | 1100 |
Color Harmonies of #3B0F01
Complementary color
Monochromatic Colors of #3B0F01
Black with #3B0F01
Text Example
Text Example
White with #3B0F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0F01; }
p { color: rgb(59,15,1); }
H1.HeaderClassName
{
color: #3B0F01;
}
.AnyTagClassName
{
color: #3B0F01;
}
</style>
background-color css
<style>
a { background-color: #3B0F01; }
a { background-color: rgb(59,15,1); }
div.DivClassName
{
background-color: #3B0F01;
}
.BgClassName
{
background-color: #3B0F01;
}
</style>
border-color css
<style>
span { border-color: #3B0F01; }
span { border-color: rgb(59,15,1); }
td.TdClassName
{
border-color: #3B0F01;
}
.TagClassName
{
border-color: #3B0F01;
}
</style>