Shades of Seal Brown #330D0B
Tints of Seal Brown #330D0B
RGB
CMYK
RGB Variations
Color information
#330D0B (or 0x330D0B) is known color: Seal Brown. HEX triplet: 33, 0D and 0B. RGB value is (51,13,11). Sum of RGB (Red+Green+Blue) = 51+13+11=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #330D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D0B is #CCF2F4. Grayscale: #181818. Windows color (decimal): -13431541 or 724275. OLE color: 724275.
HSL color Cylindrical-coordinate representation of color #330D0B: hue angle of 3º 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 #330D0B is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 13 | 11 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.8 |
| HSL | 3º | 0.65% | 0.12% | - |
| HSV(B) | 3º | 0.78% | 0.2% | - |
| XYZ | 1.57 | 1.02 | 0.43 | - |
| YUV | 24.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 11 | 0 | 0.75 | 0.78 | 0.8 | 3 | 0.65 | 0.12 |
| Hex | 33 | D | B | 0 | 4B | 4E | 50 | 3 | 41 | C |
| Octal | 63 | 15 | 13 | 0 | 113 | 116 | 120 | 3 | 101 | 14 |
| Binary | 110011 | 1101 | 1011 | 0 | 1001011 | 1001110 | 1010000 | 11 | 1000001 | 1100 |
Color Harmonies of #330D0B
Complementary color
Monochromatic Colors of #330D0B
Black with #330D0B
Text Example
Text Example
White with #330D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D0B; }
p { color: rgb(51,13,11); }
H1.HeaderClassName
{
color: #330D0B;
}
.AnyTagClassName
{
color: #330D0B;
}
</style>
background-color css
<style>
a { background-color: #330D0B; }
a { background-color: rgb(51,13,11); }
div.DivClassName
{
background-color: #330D0B;
}
.BgClassName
{
background-color: #330D0B;
}
</style>
border-color css
<style>
span { border-color: #330D0B; }
span { border-color: rgb(51,13,11); }
td.TdClassName
{
border-color: #330D0B;
}
.TagClassName
{
border-color: #330D0B;
}
</style>