Shades of Deep Koamaru #383076
Tints of Deep Koamaru #383076
RGB
CMYK
RGB Variations
Color information
#383076 (or 0x383076) is known color: Deep Koamaru. HEX triplet: 38, 30 and 76. RGB value is (56,48,118). Sum of RGB (Red+Green+Blue) = 56+48+118=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #383076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383076 is #C7CF89. Grayscale: #3A3A3A. Windows color (decimal): -13094794 or 7745592. OLE color: 7745592.
HSL color Cylindrical-coordinate representation of color #383076: hue angle of 246.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383076 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 48 | 118 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.54 |
| HSL | 246.86º | 0.42% | 0.33% | - |
| HSV(B) | 246.86º | 0.59% | 0.46% | - |
| XYZ | 5.96 | 4.26 | 17.65 | - |
| YUV | 58.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 118 | 0.53 | 0.59 | 0 | 0.54 | 246.86 | 0.42 | 0.33 |
| Hex | 38 | 30 | 76 | 35 | 3B | 0 | 36 | F7 | 2A | 21 |
| Octal | 70 | 60 | 166 | 65 | 73 | 0 | 66 | 367 | 52 | 41 |
| Binary | 111000 | 110000 | 1110110 | 110101 | 111011 | 0 | 110110 | 11110111 | 101010 | 100001 |
Color Harmonies of #383076
Complementary color
Monochromatic Colors of #383076
Black with #383076
Text Example
Text Example
White with #383076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383076; }
p { color: rgb(56,48,118); }
H1.HeaderClassName
{
color: #383076;
}
.AnyTagClassName
{
color: #383076;
}
</style>
background-color css
<style>
a { background-color: #383076; }
a { background-color: rgb(56,48,118); }
div.DivClassName
{
background-color: #383076;
}
.BgClassName
{
background-color: #383076;
}
</style>
border-color css
<style>
span { border-color: #383076; }
span { border-color: rgb(56,48,118); }
td.TdClassName
{
border-color: #383076;
}
.TagClassName
{
border-color: #383076;
}
</style>