Shades of Seal Brown #330B0B
Tints of Seal Brown #330B0B
RGB
CMYK
RGB Variations
Color information
#330B0B (or 0x330B0B) is known color: Seal Brown. HEX triplet: 33, 0B and 0B. RGB value is (51,11,11). Sum of RGB (Red+Green+Blue) = 51+11+11=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #330B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B0B is #CCF4F4. Grayscale: #171717. Windows color (decimal): -13432053 or 723763. OLE color: 723763.
HSL color Cylindrical-coordinate representation of color #330B0B: hue angle of 0º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #330B0B is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 11 | 11 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.8 |
| HSL | 0º | 0.65% | 0.12% | - |
| HSV(B) | 0º | 0.78% | 0.2% | - |
| XYZ | 1.55 | 0.97 | 0.42 | - |
| YUV | 22.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 11 | 0 | 0.78 | 0.78 | 0.8 | 0 | 0.65 | 0.12 |
| Hex | 33 | B | B | 0 | 4E | 4E | 50 | 0 | 41 | C |
| Octal | 63 | 13 | 13 | 0 | 116 | 116 | 120 | 0 | 101 | 14 |
| Binary | 110011 | 1011 | 1011 | 0 | 1001110 | 1001110 | 1010000 | 0 | 1000001 | 1100 |
Color Harmonies of #330B0B
Complementary color
Monochromatic Colors of #330B0B
Black with #330B0B
Text Example
Text Example
White with #330B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B0B; }
p { color: rgb(51,11,11); }
H1.HeaderClassName
{
color: #330B0B;
}
.AnyTagClassName
{
color: #330B0B;
}
</style>
background-color css
<style>
a { background-color: #330B0B; }
a { background-color: rgb(51,11,11); }
div.DivClassName
{
background-color: #330B0B;
}
.BgClassName
{
background-color: #330B0B;
}
</style>
border-color css
<style>
span { border-color: #330B0B; }
span { border-color: rgb(51,11,11); }
td.TdClassName
{
border-color: #330B0B;
}
.TagClassName
{
border-color: #330B0B;
}
</style>