Shades of Deep Koamaru #31325B
Tints of Deep Koamaru #31325B
RGB
CMYK
RGB Variations
Color information
#31325B (or 0x31325B) is known color: Deep Koamaru. HEX triplet: 31, 32 and 5B. RGB value is (49,50,91). Sum of RGB (Red+Green+Blue) = 49+50+91=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #31325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31325B is #CECDA4. Grayscale: #363636. Windows color (decimal): -13553061 or 5976625. OLE color: 5976625.
HSL color Cylindrical-coordinate representation of color #31325B: hue angle of 238.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31325B is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 50 | 91 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.64 |
| HSL | 238.57º | 0.3% | 0.27% | - |
| HSV(B) | 238.57º | 0.46% | 0.36% | - |
| XYZ | 4.3 | 3.69 | 10.38 | - |
| YUV | 54.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 91 | 0.46 | 0.45 | 0 | 0.64 | 238.57 | 0.3 | 0.27 |
| Hex | 31 | 32 | 5B | 2E | 2D | 0 | 40 | EF | 1E | 1B |
| Octal | 61 | 62 | 133 | 56 | 55 | 0 | 100 | 357 | 36 | 33 |
| Binary | 110001 | 110010 | 1011011 | 101110 | 101101 | 0 | 1000000 | 11101111 | 11110 | 11011 |
Color Harmonies of #31325B
Complementary color
Monochromatic Colors of #31325B
Black with #31325B
Text Example
Text Example
White with #31325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31325B; }
p { color: rgb(49,50,91); }
H1.HeaderClassName
{
color: #31325B;
}
.AnyTagClassName
{
color: #31325B;
}
</style>
background-color css
<style>
a { background-color: #31325B; }
a { background-color: rgb(49,50,91); }
div.DivClassName
{
background-color: #31325B;
}
.BgClassName
{
background-color: #31325B;
}
</style>
border-color css
<style>
span { border-color: #31325B; }
span { border-color: rgb(49,50,91); }
td.TdClassName
{
border-color: #31325B;
}
.TagClassName
{
border-color: #31325B;
}
</style>