Shades of Deep Koamaru #30316A
Tints of Deep Koamaru #30316A
RGB
CMYK
RGB Variations
Color information
#30316A (or 0x30316A) is known color: Deep Koamaru. HEX triplet: 30, 31 and 6A. RGB value is (48,49,106). Sum of RGB (Red+Green+Blue) = 48+49+106=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #30316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30316A is #CFCE95. Grayscale: #363636. Windows color (decimal): -13618838 or 6959408. OLE color: 6959408.
HSL color Cylindrical-coordinate representation of color #30316A: hue angle of 238.97º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30316A is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 49 | 106 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.58 |
| HSL | 238.97º | 0.38% | 0.3% | - |
| HSV(B) | 238.97º | 0.55% | 0.42% | - |
| XYZ | 4.92 | 3.87 | 14.12 | - |
| YUV | 55.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 106 | 0.55 | 0.54 | 0 | 0.58 | 238.97 | 0.38 | 0.3 |
| Hex | 30 | 31 | 6A | 37 | 36 | 0 | 3A | EF | 26 | 1E |
| Octal | 60 | 61 | 152 | 67 | 66 | 0 | 72 | 357 | 46 | 36 |
| Binary | 110000 | 110001 | 1101010 | 110111 | 110110 | 0 | 111010 | 11101111 | 100110 | 11110 |
Color Harmonies of #30316A
Complementary color
Monochromatic Colors of #30316A
Black with #30316A
Text Example
Text Example
White with #30316A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30316A; }
p { color: rgb(48,49,106); }
H1.HeaderClassName
{
color: #30316A;
}
.AnyTagClassName
{
color: #30316A;
}
</style>
background-color css
<style>
a { background-color: #30316A; }
a { background-color: rgb(48,49,106); }
div.DivClassName
{
background-color: #30316A;
}
.BgClassName
{
background-color: #30316A;
}
</style>
border-color css
<style>
span { border-color: #30316A; }
span { border-color: rgb(48,49,106); }
td.TdClassName
{
border-color: #30316A;
}
.TagClassName
{
border-color: #30316A;
}
</style>