Shades of Deep Koamaru #383370
Tints of Deep Koamaru #383370
RGB
CMYK
RGB Variations
Color information
#383370 (or 0x383370) is known color: Deep Koamaru. HEX triplet: 38, 33 and 70. RGB value is (56,51,112). Sum of RGB (Red+Green+Blue) = 56+51+112=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #383370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383370 is #C7CC8F. Grayscale: #3B3B3B. Windows color (decimal): -13094032 or 7353144. OLE color: 7353144.
HSL color Cylindrical-coordinate representation of color #383370: hue angle of 244.92º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #383370 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 51 | 112 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.56 |
| HSL | 244.92º | 0.37% | 0.32% | - |
| HSV(B) | 244.92º | 0.54% | 0.44% | - |
| XYZ | 5.74 | 4.38 | 15.87 | - |
| YUV | 59.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 112 | 0.50 | 0.54 | 0 | 0.56 | 244.92 | 0.37 | 0.32 |
| Hex | 38 | 33 | 70 | 32 | 36 | 0 | 38 | F5 | 25 | 20 |
| Octal | 70 | 63 | 160 | 62 | 66 | 0 | 70 | 365 | 45 | 40 |
| Binary | 111000 | 110011 | 1110000 | 110010 | 110110 | 0 | 111000 | 11110101 | 100101 | 100000 |
Color Harmonies of #383370
Complementary color
Monochromatic Colors of #383370
Black with #383370
Text Example
Text Example
White with #383370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383370; }
p { color: rgb(56,51,112); }
H1.HeaderClassName
{
color: #383370;
}
.AnyTagClassName
{
color: #383370;
}
</style>
background-color css
<style>
a { background-color: #383370; }
a { background-color: rgb(56,51,112); }
div.DivClassName
{
background-color: #383370;
}
.BgClassName
{
background-color: #383370;
}
</style>
border-color css
<style>
span { border-color: #383370; }
span { border-color: rgb(56,51,112); }
td.TdClassName
{
border-color: #383370;
}
.TagClassName
{
border-color: #383370;
}
</style>