Shades of Deep Koamaru #30316B
Tints of Deep Koamaru #30316B
RGB
CMYK
RGB Variations
Color information
#30316B (or 0x30316B) is known color: Deep Koamaru. HEX triplet: 30, 31 and 6B. RGB value is (48,49,107). Sum of RGB (Red+Green+Blue) = 48+49+107=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #30316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30316B is #CFCE94. Grayscale: #373737. Windows color (decimal): -13618837 or 7024944. OLE color: 7024944.
HSL color Cylindrical-coordinate representation of color #30316B: hue angle of 238.98º 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 #30316B is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 49 | 107 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.58 |
| HSL | 238.98º | 0.38% | 0.3% | - |
| HSV(B) | 238.98º | 0.55% | 0.42% | - |
| XYZ | 4.97 | 3.89 | 14.4 | - |
| YUV | 55.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 107 | 0.55 | 0.54 | 0 | 0.58 | 238.98 | 0.38 | 0.3 |
| Hex | 30 | 31 | 6B | 37 | 36 | 0 | 3A | EF | 26 | 1E |
| Octal | 60 | 61 | 153 | 67 | 66 | 0 | 72 | 357 | 46 | 36 |
| Binary | 110000 | 110001 | 1101011 | 110111 | 110110 | 0 | 111010 | 11101111 | 100110 | 11110 |
Color Harmonies of #30316B
Complementary color
Monochromatic Colors of #30316B
Black with #30316B
Text Example
Text Example
White with #30316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30316B; }
p { color: rgb(48,49,107); }
H1.HeaderClassName
{
color: #30316B;
}
.AnyTagClassName
{
color: #30316B;
}
</style>
background-color css
<style>
a { background-color: #30316B; }
a { background-color: rgb(48,49,107); }
div.DivClassName
{
background-color: #30316B;
}
.BgClassName
{
background-color: #30316B;
}
</style>
border-color css
<style>
span { border-color: #30316B; }
span { border-color: rgb(48,49,107); }
td.TdClassName
{
border-color: #30316B;
}
.TagClassName
{
border-color: #30316B;
}
</style>