Shades of Seal Brown #331001
Tints of Seal Brown #331001
RGB
CMYK
RGB Variations
Color information
#331001 (or 0x331001) is known color: Seal Brown. HEX triplet: 33, 10 and 01. RGB value is (51,16,1). Sum of RGB (Red+Green+Blue) = 51+16+1=68 (9% of max value = 765). Red value is 51 (20.31% from 255 or 75% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 51 - color contains mainly: red. Hex color #331001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331001 is #CCEFFE. Grayscale: #181818. Windows color (decimal): -13430783 or 69683. OLE color: 69683.
HSL color Cylindrical-coordinate representation of color #331001: hue angle of 18º 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 #331001 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 16 | 1 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.8 |
| HSL | 18º | 0.96% | 0.1% | - |
| HSV(B) | 18º | 0.98% | 0.2% | - |
| XYZ | 1.56 | 1.08 | 0.15 | - |
| YUV | 24.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 1 | 0 | 0.69 | 0.98 | 0.8 | 18 | 0.96 | 0.1 |
| Hex | 33 | 10 | 1 | 0 | 45 | 62 | 50 | 12 | 60 | A |
| Octal | 63 | 20 | 1 | 0 | 105 | 142 | 120 | 22 | 140 | 12 |
| Binary | 110011 | 10000 | 1 | 0 | 1000101 | 1100010 | 1010000 | 10010 | 1100000 | 1010 |
Color Harmonies of #331001
Complementary color
Monochromatic Colors of #331001
Black with #331001
Text Example
Text Example
White with #331001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331001; }
p { color: rgb(51,16,1); }
H1.HeaderClassName
{
color: #331001;
}
.AnyTagClassName
{
color: #331001;
}
</style>
background-color css
<style>
a { background-color: #331001; }
a { background-color: rgb(51,16,1); }
div.DivClassName
{
background-color: #331001;
}
.BgClassName
{
background-color: #331001;
}
</style>
border-color css
<style>
span { border-color: #331001; }
span { border-color: rgb(51,16,1); }
td.TdClassName
{
border-color: #331001;
}
.TagClassName
{
border-color: #331001;
}
</style>