Shades of Seal Brown #390101
Tints of Seal Brown #390101
RGB
CMYK
RGB Variations
Color information
#390101 (or 0x390101) is known color: Seal Brown. HEX triplet: 39, 01 and 01. RGB value is (57,1,1). Sum of RGB (Red+Green+Blue) = 57+1+1=59 (7% of max value = 765). Red value is 57 (22.66% from 255 or 96.61% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 57 - color contains mainly: red. Hex color #390101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390101 is #C6FEFE. Grayscale: #111111. Windows color (decimal): -13041407 or 65849. OLE color: 65849.
HSL color Cylindrical-coordinate representation of color #390101: hue angle of 0º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390101 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 1 | 1 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.78 |
| HSL | 0º | 0.97% | 0.11% | - |
| HSV(B) | 0º | 0.98% | 0.22% | - |
| XYZ | 1.7 | 0.89 | 0.11 | - |
| YUV | 17.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 1 | 0 | 0.98 | 0.98 | 0.78 | 0 | 0.97 | 0.11 |
| Hex | 39 | 1 | 1 | 0 | 62 | 62 | 4E | 0 | 61 | B |
| Octal | 71 | 1 | 1 | 0 | 142 | 142 | 116 | 0 | 141 | 13 |
| Binary | 111001 | 1 | 1 | 0 | 1100010 | 1100010 | 1001110 | 0 | 1100001 | 1011 |
Color Harmonies of #390101
Complementary color
Monochromatic Colors of #390101
Black with #390101
Text Example
Text Example
White with #390101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390101; }
p { color: rgb(57,1,1); }
H1.HeaderClassName
{
color: #390101;
}
.AnyTagClassName
{
color: #390101;
}
</style>
background-color css
<style>
a { background-color: #390101; }
a { background-color: rgb(57,1,1); }
div.DivClassName
{
background-color: #390101;
}
.BgClassName
{
background-color: #390101;
}
</style>
border-color css
<style>
span { border-color: #390101; }
span { border-color: rgb(57,1,1); }
td.TdClassName
{
border-color: #390101;
}
.TagClassName
{
border-color: #390101;
}
</style>