Shades of Deep Koamaru #302F60
Tints of Deep Koamaru #302F60
RGB
CMYK
RGB Variations
Color information
#302F60 (or 0x302F60) is known color: Deep Koamaru. HEX triplet: 30, 2F and 60. RGB value is (48,47,96). Sum of RGB (Red+Green+Blue) = 48+47+96=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #302F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F60 is #CFD09F. Grayscale: #343434. Windows color (decimal): -13619360 or 6303536. OLE color: 6303536.
HSL color Cylindrical-coordinate representation of color #302F60: hue angle of 241.22º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #302F60 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 47 | 96 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.62 |
| HSL | 241.22º | 0.34% | 0.28% | - |
| HSV(B) | 241.22º | 0.51% | 0.38% | - |
| XYZ | 4.35 | 3.51 | 11.51 | - |
| YUV | 52.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 96 | 0.50 | 0.51 | 0 | 0.62 | 241.22 | 0.34 | 0.28 |
| Hex | 30 | 2F | 60 | 32 | 33 | 0 | 3E | F1 | 22 | 1C |
| Octal | 60 | 57 | 140 | 62 | 63 | 0 | 76 | 361 | 42 | 34 |
| Binary | 110000 | 101111 | 1100000 | 110010 | 110011 | 0 | 111110 | 11110001 | 100010 | 11100 |
Color Harmonies of #302F60
Complementary color
Monochromatic Colors of #302F60
Black with #302F60
Text Example
Text Example
White with #302F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F60; }
p { color: rgb(48,47,96); }
H1.HeaderClassName
{
color: #302F60;
}
.AnyTagClassName
{
color: #302F60;
}
</style>
background-color css
<style>
a { background-color: #302F60; }
a { background-color: rgb(48,47,96); }
div.DivClassName
{
background-color: #302F60;
}
.BgClassName
{
background-color: #302F60;
}
</style>
border-color css
<style>
span { border-color: #302F60; }
span { border-color: rgb(48,47,96); }
td.TdClassName
{
border-color: #302F60;
}
.TagClassName
{
border-color: #302F60;
}
</style>