Shades of Deep Koamaru #302976
Tints of Deep Koamaru #302976
RGB
CMYK
RGB Variations
Color information
#302976 (or 0x302976) is known color: Deep Koamaru. HEX triplet: 30, 29 and 76. RGB value is (48,41,118). Sum of RGB (Red+Green+Blue) = 48+41+118=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #302976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302976 is #CFD689. Grayscale: #333333. Windows color (decimal): -13620874 or 7743792. OLE color: 7743792.
HSL color Cylindrical-coordinate representation of color #302976: hue angle of 245.45º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302976 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 41 | 118 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.54 |
| HSL | 245.45º | 0.48% | 0.31% | - |
| HSV(B) | 245.45º | 0.65% | 0.46% | - |
| XYZ | 5.28 | 3.52 | 17.54 | - |
| YUV | 51.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 118 | 0.59 | 0.65 | 0 | 0.54 | 245.45 | 0.48 | 0.31 |
| Hex | 30 | 29 | 76 | 3B | 41 | 0 | 36 | F5 | 30 | 1F |
| Octal | 60 | 51 | 166 | 73 | 101 | 0 | 66 | 365 | 60 | 37 |
| Binary | 110000 | 101001 | 1110110 | 111011 | 1000001 | 0 | 110110 | 11110101 | 110000 | 11111 |
Color Harmonies of #302976
Complementary color
Monochromatic Colors of #302976
Black with #302976
Text Example
Text Example
White with #302976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302976; }
p { color: rgb(48,41,118); }
H1.HeaderClassName
{
color: #302976;
}
.AnyTagClassName
{
color: #302976;
}
</style>
background-color css
<style>
a { background-color: #302976; }
a { background-color: rgb(48,41,118); }
div.DivClassName
{
background-color: #302976;
}
.BgClassName
{
background-color: #302976;
}
</style>
border-color css
<style>
span { border-color: #302976; }
span { border-color: rgb(48,41,118); }
td.TdClassName
{
border-color: #302976;
}
.TagClassName
{
border-color: #302976;
}
</style>