Shades of Deep Koamaru #303160
Tints of Deep Koamaru #303160
RGB
CMYK
RGB Variations
Color information
#303160 (or 0x303160) is known color: Deep Koamaru. HEX triplet: 30, 31 and 60. RGB value is (48,49,96). Sum of RGB (Red+Green+Blue) = 48+49+96=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #303160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303160 is #CFCE9F. Grayscale: #353535. Windows color (decimal): -13618848 or 6304048. OLE color: 6304048.
HSL color Cylindrical-coordinate representation of color #303160: hue angle of 238.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #303160 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 49 | 96 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.62 |
| HSL | 238.75º | 0.33% | 0.28% | - |
| HSV(B) | 238.75º | 0.5% | 0.38% | - |
| XYZ | 4.43 | 3.67 | 11.54 | - |
| YUV | 54.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 96 | 0.50 | 0.49 | 0 | 0.62 | 238.75 | 0.33 | 0.28 |
| Hex | 30 | 31 | 60 | 32 | 31 | 0 | 3E | EF | 21 | 1C |
| Octal | 60 | 61 | 140 | 62 | 61 | 0 | 76 | 357 | 41 | 34 |
| Binary | 110000 | 110001 | 1100000 | 110010 | 110001 | 0 | 111110 | 11101111 | 100001 | 11100 |
Color Harmonies of #303160
Complementary color
Monochromatic Colors of #303160
Black with #303160
Text Example
Text Example
White with #303160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303160; }
p { color: rgb(48,49,96); }
H1.HeaderClassName
{
color: #303160;
}
.AnyTagClassName
{
color: #303160;
}
</style>
background-color css
<style>
a { background-color: #303160; }
a { background-color: rgb(48,49,96); }
div.DivClassName
{
background-color: #303160;
}
.BgClassName
{
background-color: #303160;
}
</style>
border-color css
<style>
span { border-color: #303160; }
span { border-color: rgb(48,49,96); }
td.TdClassName
{
border-color: #303160;
}
.TagClassName
{
border-color: #303160;
}
</style>