Shades of Deep Koamaru #383372
Tints of Deep Koamaru #383372
RGB
CMYK
RGB Variations
Color information
#383372 (or 0x383372) is known color: Deep Koamaru. HEX triplet: 38, 33 and 72. RGB value is (56,51,114). Sum of RGB (Red+Green+Blue) = 56+51+114=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #383372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383372 is #C7CC8D. Grayscale: #3B3B3B. Windows color (decimal): -13094030 or 7484216. OLE color: 7484216.
HSL color Cylindrical-coordinate representation of color #383372: hue angle of 244.76º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #383372 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 51 | 114 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.55 |
| HSL | 244.76º | 0.38% | 0.32% | - |
| HSV(B) | 244.76º | 0.55% | 0.45% | - |
| XYZ | 5.85 | 4.42 | 16.46 | - |
| YUV | 59.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 114 | 0.51 | 0.55 | 0 | 0.55 | 244.76 | 0.38 | 0.32 |
| Hex | 38 | 33 | 72 | 33 | 37 | 0 | 37 | F5 | 26 | 20 |
| Octal | 70 | 63 | 162 | 63 | 67 | 0 | 67 | 365 | 46 | 40 |
| Binary | 111000 | 110011 | 1110010 | 110011 | 110111 | 0 | 110111 | 11110101 | 100110 | 100000 |
Color Harmonies of #383372
Complementary color
Monochromatic Colors of #383372
Black with #383372
Text Example
Text Example
White with #383372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383372; }
p { color: rgb(56,51,114); }
H1.HeaderClassName
{
color: #383372;
}
.AnyTagClassName
{
color: #383372;
}
</style>
background-color css
<style>
a { background-color: #383372; }
a { background-color: rgb(56,51,114); }
div.DivClassName
{
background-color: #383372;
}
.BgClassName
{
background-color: #383372;
}
</style>
border-color css
<style>
span { border-color: #383372; }
span { border-color: rgb(56,51,114); }
td.TdClassName
{
border-color: #383372;
}
.TagClassName
{
border-color: #383372;
}
</style>