Shades of Deep Koamaru #383758
Tints of Deep Koamaru #383758
RGB
CMYK
RGB Variations
Color information
#383758 (or 0x383758) is known color: Deep Koamaru. HEX triplet: 38, 37 and 58. RGB value is (56,55,88). Sum of RGB (Red+Green+Blue) = 56+55+88=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #383758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383758 is #C7C8A7. Grayscale: #3A3A3A. Windows color (decimal): -13093032 or 5781304. OLE color: 5781304.
HSL color Cylindrical-coordinate representation of color #383758: hue angle of 241.82º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383758 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 55 | 88 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.65 |
| HSL | 241.82º | 0.23% | 0.28% | - |
| HSV(B) | 241.82º | 0.38% | 0.35% | - |
| XYZ | 4.76 | 4.28 | 9.81 | - |
| YUV | 59.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 88 | 0.36 | 0.38 | 0 | 0.65 | 241.82 | 0.23 | 0.28 |
| Hex | 38 | 37 | 58 | 24 | 26 | 0 | 41 | F2 | 17 | 1C |
| Octal | 70 | 67 | 130 | 44 | 46 | 0 | 101 | 362 | 27 | 34 |
| Binary | 111000 | 110111 | 1011000 | 100100 | 100110 | 0 | 1000001 | 11110010 | 10111 | 11100 |
Color Harmonies of #383758
Complementary color
Monochromatic Colors of #383758
Black with #383758
Text Example
Text Example
White with #383758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383758; }
p { color: rgb(56,55,88); }
H1.HeaderClassName
{
color: #383758;
}
.AnyTagClassName
{
color: #383758;
}
</style>
background-color css
<style>
a { background-color: #383758; }
a { background-color: rgb(56,55,88); }
div.DivClassName
{
background-color: #383758;
}
.BgClassName
{
background-color: #383758;
}
</style>
border-color css
<style>
span { border-color: #383758; }
span { border-color: rgb(56,55,88); }
td.TdClassName
{
border-color: #383758;
}
.TagClassName
{
border-color: #383758;
}
</style>