Shades of Deep Koamaru #383371
Tints of Deep Koamaru #383371
RGB
CMYK
RGB Variations
Color information
#383371 (or 0x383371) is known color: Deep Koamaru. HEX triplet: 38, 33 and 71. RGB value is (56,51,113). Sum of RGB (Red+Green+Blue) = 56+51+113=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #383371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383371 is #C7CC8E. Grayscale: #3B3B3B. Windows color (decimal): -13094031 or 7418680. OLE color: 7418680.
HSL color Cylindrical-coordinate representation of color #383371: hue angle of 244.84º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #383371 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 51 | 113 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.56 |
| HSL | 244.84º | 0.38% | 0.32% | - |
| HSV(B) | 244.84º | 0.55% | 0.44% | - |
| XYZ | 5.8 | 4.4 | 16.17 | - |
| YUV | 59.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 113 | 0.50 | 0.55 | 0 | 0.56 | 244.84 | 0.38 | 0.32 |
| Hex | 38 | 33 | 71 | 32 | 37 | 0 | 38 | F5 | 26 | 20 |
| Octal | 70 | 63 | 161 | 62 | 67 | 0 | 70 | 365 | 46 | 40 |
| Binary | 111000 | 110011 | 1110001 | 110010 | 110111 | 0 | 111000 | 11110101 | 100110 | 100000 |
Color Harmonies of #383371
Complementary color
Monochromatic Colors of #383371
Black with #383371
Text Example
Text Example
White with #383371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383371; }
p { color: rgb(56,51,113); }
H1.HeaderClassName
{
color: #383371;
}
.AnyTagClassName
{
color: #383371;
}
</style>
background-color css
<style>
a { background-color: #383371; }
a { background-color: rgb(56,51,113); }
div.DivClassName
{
background-color: #383371;
}
.BgClassName
{
background-color: #383371;
}
</style>
border-color css
<style>
span { border-color: #383371; }
span { border-color: rgb(56,51,113); }
td.TdClassName
{
border-color: #383371;
}
.TagClassName
{
border-color: #383371;
}
</style>