Shades of Deep Koamaru #39375A
Tints of Deep Koamaru #39375A
RGB
CMYK
RGB Variations
Color information
#39375A (or 0x39375A) is known color: Deep Koamaru. HEX triplet: 39, 37 and 5A. RGB value is (57,55,90). Sum of RGB (Red+Green+Blue) = 57+55+90=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #39375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39375A is #C6C8A5. Grayscale: #3B3B3B. Windows color (decimal): -13027494 or 5912377. OLE color: 5912377.
HSL color Cylindrical-coordinate representation of color #39375A: hue angle of 243.43º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #39375A is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 55 | 90 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.65 |
| HSL | 243.43º | 0.24% | 0.28% | - |
| HSV(B) | 243.43º | 0.39% | 0.35% | - |
| XYZ | 4.9 | 4.34 | 10.25 | - |
| YUV | 59.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 90 | 0.37 | 0.39 | 0 | 0.65 | 243.43 | 0.24 | 0.28 |
| Hex | 39 | 37 | 5A | 25 | 27 | 0 | 41 | F3 | 18 | 1C |
| Octal | 71 | 67 | 132 | 45 | 47 | 0 | 101 | 363 | 30 | 34 |
| Binary | 111001 | 110111 | 1011010 | 100101 | 100111 | 0 | 1000001 | 11110011 | 11000 | 11100 |
Color Harmonies of #39375A
Complementary color
Monochromatic Colors of #39375A
Black with #39375A
Text Example
Text Example
White with #39375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39375A; }
p { color: rgb(57,55,90); }
H1.HeaderClassName
{
color: #39375A;
}
.AnyTagClassName
{
color: #39375A;
}
</style>
background-color css
<style>
a { background-color: #39375A; }
a { background-color: rgb(57,55,90); }
div.DivClassName
{
background-color: #39375A;
}
.BgClassName
{
background-color: #39375A;
}
</style>
border-color css
<style>
span { border-color: #39375A; }
span { border-color: rgb(57,55,90); }
td.TdClassName
{
border-color: #39375A;
}
.TagClassName
{
border-color: #39375A;
}
</style>