Shades of Seal Brown #330B01
Tints of Seal Brown #330B01
RGB
CMYK
RGB Variations
Color information
#330B01 (or 0x330B01) is known color: Seal Brown. HEX triplet: 33, 0B and 01. RGB value is (51,11,1). Sum of RGB (Red+Green+Blue) = 51+11+1=63 (8% of max value = 765). Red value is 51 (20.31% from 255 or 80.95% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 51 - color contains mainly: red. Hex color #330B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B01 is #CCF4FE. Grayscale: #151515. Windows color (decimal): -13432063 or 68403. OLE color: 68403.
HSL color Cylindrical-coordinate representation of color #330B01: hue angle of 12º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330B01 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 11 | 1 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.8 |
| HSL | 12º | 0.96% | 0.1% | - |
| HSV(B) | 12º | 0.98% | 0.2% | - |
| XYZ | 1.49 | 0.95 | 0.13 | - |
| YUV | 21.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 1 | 0 | 0.78 | 0.98 | 0.8 | 12 | 0.96 | 0.1 |
| Hex | 33 | B | 1 | 0 | 4E | 62 | 50 | C | 60 | A |
| Octal | 63 | 13 | 1 | 0 | 116 | 142 | 120 | 14 | 140 | 12 |
| Binary | 110011 | 1011 | 1 | 0 | 1001110 | 1100010 | 1010000 | 1100 | 1100000 | 1010 |
Color Harmonies of #330B01
Complementary color
Monochromatic Colors of #330B01
Black with #330B01
Text Example
Text Example
White with #330B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B01; }
p { color: rgb(51,11,1); }
H1.HeaderClassName
{
color: #330B01;
}
.AnyTagClassName
{
color: #330B01;
}
</style>
background-color css
<style>
a { background-color: #330B01; }
a { background-color: rgb(51,11,1); }
div.DivClassName
{
background-color: #330B01;
}
.BgClassName
{
background-color: #330B01;
}
</style>
border-color css
<style>
span { border-color: #330B01; }
span { border-color: rgb(51,11,1); }
td.TdClassName
{
border-color: #330B01;
}
.TagClassName
{
border-color: #330B01;
}
</style>