Shades of Deep Koamaru #393870
Tints of Deep Koamaru #393870
RGB
CMYK
RGB Variations
Color information
#393870 (or 0x393870) is known color: Deep Koamaru. HEX triplet: 39, 38 and 70. RGB value is (57,56,112). Sum of RGB (Red+Green+Blue) = 57+56+112=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #393870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393870 is #C6C78F. Grayscale: #3E3E3E. Windows color (decimal): -13027216 or 7354425. OLE color: 7354425.
HSL color Cylindrical-coordinate representation of color #393870: hue angle of 241.07º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393870 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 56 | 112 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.56 |
| HSL | 241.07º | 0.33% | 0.33% | - |
| HSV(B) | 241.07º | 0.5% | 0.44% | - |
| XYZ | 6.03 | 4.87 | 15.95 | - |
| YUV | 62.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 112 | 0.49 | 0.50 | 0 | 0.56 | 241.07 | 0.33 | 0.33 |
| Hex | 39 | 38 | 70 | 31 | 32 | 0 | 38 | F1 | 21 | 21 |
| Octal | 71 | 70 | 160 | 61 | 62 | 0 | 70 | 361 | 41 | 41 |
| Binary | 111001 | 111000 | 1110000 | 110001 | 110010 | 0 | 111000 | 11110001 | 100001 | 100001 |
Color Harmonies of #393870
Complementary color
Monochromatic Colors of #393870
Black with #393870
Text Example
Text Example
White with #393870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393870; }
p { color: rgb(57,56,112); }
H1.HeaderClassName
{
color: #393870;
}
.AnyTagClassName
{
color: #393870;
}
</style>
background-color css
<style>
a { background-color: #393870; }
a { background-color: rgb(57,56,112); }
div.DivClassName
{
background-color: #393870;
}
.BgClassName
{
background-color: #393870;
}
</style>
border-color css
<style>
span { border-color: #393870; }
span { border-color: rgb(57,56,112); }
td.TdClassName
{
border-color: #393870;
}
.TagClassName
{
border-color: #393870;
}
</style>