Shades of Deep Koamaru #383760
Tints of Deep Koamaru #383760
RGB
CMYK
RGB Variations
Color information
#383760 (or 0x383760) is known color: Deep Koamaru. HEX triplet: 38, 37 and 60. RGB value is (56,55,96). Sum of RGB (Red+Green+Blue) = 56+55+96=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #383760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383760 is #C7C89F. Grayscale: #3B3B3B. Windows color (decimal): -13093024 or 6305592. OLE color: 6305592.
HSL color Cylindrical-coordinate representation of color #383760: hue angle of 241.46º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #383760 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 55 | 96 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.62 |
| HSL | 241.46º | 0.27% | 0.3% | - |
| HSV(B) | 241.46º | 0.43% | 0.38% | - |
| XYZ | 5.11 | 4.42 | 11.65 | - |
| YUV | 59.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 96 | 0.42 | 0.43 | 0 | 0.62 | 241.46 | 0.27 | 0.3 |
| Hex | 38 | 37 | 60 | 2A | 2B | 0 | 3E | F1 | 1B | 1E |
| Octal | 70 | 67 | 140 | 52 | 53 | 0 | 76 | 361 | 33 | 36 |
| Binary | 111000 | 110111 | 1100000 | 101010 | 101011 | 0 | 111110 | 11110001 | 11011 | 11110 |
Color Harmonies of #383760
Complementary color
Monochromatic Colors of #383760
Black with #383760
Text Example
Text Example
White with #383760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383760; }
p { color: rgb(56,55,96); }
H1.HeaderClassName
{
color: #383760;
}
.AnyTagClassName
{
color: #383760;
}
</style>
background-color css
<style>
a { background-color: #383760; }
a { background-color: rgb(56,55,96); }
div.DivClassName
{
background-color: #383760;
}
.BgClassName
{
background-color: #383760;
}
</style>
border-color css
<style>
span { border-color: #383760; }
span { border-color: rgb(56,55,96); }
td.TdClassName
{
border-color: #383760;
}
.TagClassName
{
border-color: #383760;
}
</style>