Shades of Seal Brown #390B0B
Tints of Seal Brown #390B0B
RGB
CMYK
RGB Variations
Color information
#390B0B (or 0x390B0B) is known color: Seal Brown. HEX triplet: 39, 0B and 0B. RGB value is (57,11,11). Sum of RGB (Red+Green+Blue) = 57+11+11=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390B0B is #C6F4F4. Grayscale: #181818. Windows color (decimal): -13038837 or 723769. OLE color: 723769.
HSL color Cylindrical-coordinate representation of color #390B0B: hue angle of 0º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #390B0B is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 11 | 11 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.78 |
| HSL | 0º | 0.68% | 0.13% | - |
| HSV(B) | 0º | 0.81% | 0.22% | - |
| XYZ | 1.87 | 1.13 | 0.44 | - |
| YUV | 24.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 11 | 0 | 0.81 | 0.81 | 0.78 | 0 | 0.68 | 0.13 |
| Hex | 39 | B | B | 0 | 51 | 51 | 4E | 0 | 44 | D |
| Octal | 71 | 13 | 13 | 0 | 121 | 121 | 116 | 0 | 104 | 15 |
| Binary | 111001 | 1011 | 1011 | 0 | 1010001 | 1010001 | 1001110 | 0 | 1000100 | 1101 |
Color Harmonies of #390B0B
Complementary color
Monochromatic Colors of #390B0B
Black with #390B0B
Text Example
Text Example
White with #390B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B0B; }
p { color: rgb(57,11,11); }
H1.HeaderClassName
{
color: #390B0B;
}
.AnyTagClassName
{
color: #390B0B;
}
</style>
background-color css
<style>
a { background-color: #390B0B; }
a { background-color: rgb(57,11,11); }
div.DivClassName
{
background-color: #390B0B;
}
.BgClassName
{
background-color: #390B0B;
}
</style>
border-color css
<style>
span { border-color: #390B0B; }
span { border-color: rgb(57,11,11); }
td.TdClassName
{
border-color: #390B0B;
}
.TagClassName
{
border-color: #390B0B;
}
</style>