Shades of Seal Brown #330B02
Tints of Seal Brown #330B02
RGB
CMYK
RGB Variations
Color information
#330B02 (or 0x330B02) is known color: Seal Brown. HEX triplet: 33, 0B and 02. RGB value is (51,11,2). Sum of RGB (Red+Green+Blue) = 51+11+2=64 (8% of max value = 765). Red value is 51 (20.31% from 255 or 79.69% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 51 - color contains mainly: red. Hex color #330B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B02 is #CCF4FD. Grayscale: #161616. Windows color (decimal): -13432062 or 133939. OLE color: 133939.
HSL color Cylindrical-coordinate representation of color #330B02: hue angle of 11.02º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330B02 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 11 | 2 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.8 |
| HSL | 11.02º | 0.92% | 0.1% | - |
| HSV(B) | 11.02º | 0.96% | 0.2% | - |
| XYZ | 1.5 | 0.95 | 0.16 | - |
| YUV | 21.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 2 | 0 | 0.78 | 0.96 | 0.8 | 11.02 | 0.92 | 0.1 |
| Hex | 33 | B | 2 | 0 | 4E | 60 | 50 | B | 5C | A |
| Octal | 63 | 13 | 2 | 0 | 116 | 140 | 120 | 13 | 134 | 12 |
| Binary | 110011 | 1011 | 10 | 0 | 1001110 | 1100000 | 1010000 | 1011 | 1011100 | 1010 |
Color Harmonies of #330B02
Complementary color
Monochromatic Colors of #330B02
Black with #330B02
Text Example
Text Example
White with #330B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B02; }
p { color: rgb(51,11,2); }
H1.HeaderClassName
{
color: #330B02;
}
.AnyTagClassName
{
color: #330B02;
}
</style>
background-color css
<style>
a { background-color: #330B02; }
a { background-color: rgb(51,11,2); }
div.DivClassName
{
background-color: #330B02;
}
.BgClassName
{
background-color: #330B02;
}
</style>
border-color css
<style>
span { border-color: #330B02; }
span { border-color: rgb(51,11,2); }
td.TdClassName
{
border-color: #330B02;
}
.TagClassName
{
border-color: #330B02;
}
</style>