Shades of Deep Koamaru #313371
Tints of Deep Koamaru #313371
RGB
CMYK
RGB Variations
Color information
#313371 (or 0x313371) is known color: Deep Koamaru. HEX triplet: 31, 33 and 71. RGB value is (49,51,113). Sum of RGB (Red+Green+Blue) = 49+51+113=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #313371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313371 is #CECC8E. Grayscale: #393939. Windows color (decimal): -13552783 or 7418673. OLE color: 7418673.
HSL color Cylindrical-coordinate representation of color #313371: hue angle of 238.12º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313371 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 51 | 113 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.56 |
| HSL | 238.13º | 0.4% | 0.32% | - |
| HSV(B) | 238.13º | 0.57% | 0.44% | - |
| XYZ | 5.43 | 4.21 | 16.15 | - |
| YUV | 57.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 113 | 0.57 | 0.55 | 0 | 0.56 | 238.13 | 0.4 | 0.32 |
| Hex | 31 | 33 | 71 | 39 | 37 | 0 | 38 | EE | 28 | 20 |
| Octal | 61 | 63 | 161 | 71 | 67 | 0 | 70 | 356 | 50 | 40 |
| Binary | 110001 | 110011 | 1110001 | 111001 | 110111 | 0 | 111000 | 11101110 | 101000 | 100000 |
Color Harmonies of #313371
Complementary color
Monochromatic Colors of #313371
Black with #313371
Text Example
Text Example
White with #313371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313371; }
p { color: rgb(49,51,113); }
H1.HeaderClassName
{
color: #313371;
}
.AnyTagClassName
{
color: #313371;
}
</style>
background-color css
<style>
a { background-color: #313371; }
a { background-color: rgb(49,51,113); }
div.DivClassName
{
background-color: #313371;
}
.BgClassName
{
background-color: #313371;
}
</style>
border-color css
<style>
span { border-color: #313371; }
span { border-color: rgb(49,51,113); }
td.TdClassName
{
border-color: #313371;
}
.TagClassName
{
border-color: #313371;
}
</style>