Shades of Deep Koamaru #313065
Tints of Deep Koamaru #313065
RGB
CMYK
RGB Variations
Color information
#313065 (or 0x313065) is known color: Deep Koamaru. HEX triplet: 31, 30 and 65. RGB value is (49,48,101). Sum of RGB (Red+Green+Blue) = 49+48+101=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #313065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313065 is #CECF9A. Grayscale: #363636. Windows color (decimal): -13553563 or 6631473. OLE color: 6631473.
HSL color Cylindrical-coordinate representation of color #313065: hue angle of 241.13º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #313065 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 48 | 101 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.60 |
| HSL | 241.13º | 0.36% | 0.29% | - |
| HSV(B) | 241.13º | 0.52% | 0.4% | - |
| XYZ | 4.67 | 3.71 | 12.78 | - |
| YUV | 54.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 101 | 0.51 | 0.52 | 0 | 0.60 | 241.13 | 0.36 | 0.29 |
| Hex | 31 | 30 | 65 | 33 | 34 | 0 | 3C | F1 | 24 | 1D |
| Octal | 61 | 60 | 145 | 63 | 64 | 0 | 74 | 361 | 44 | 35 |
| Binary | 110001 | 110000 | 1100101 | 110011 | 110100 | 0 | 111100 | 11110001 | 100100 | 11101 |
Color Harmonies of #313065
Complementary color
Monochromatic Colors of #313065
Black with #313065
Text Example
Text Example
White with #313065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313065; }
p { color: rgb(49,48,101); }
H1.HeaderClassName
{
color: #313065;
}
.AnyTagClassName
{
color: #313065;
}
</style>
background-color css
<style>
a { background-color: #313065; }
a { background-color: rgb(49,48,101); }
div.DivClassName
{
background-color: #313065;
}
.BgClassName
{
background-color: #313065;
}
</style>
border-color css
<style>
span { border-color: #313065; }
span { border-color: rgb(49,48,101); }
td.TdClassName
{
border-color: #313065;
}
.TagClassName
{
border-color: #313065;
}
</style>