Shades of Deep Koamaru #303163
Tints of Deep Koamaru #303163
RGB
CMYK
RGB Variations
Color information
#303163 (or 0x303163) is known color: Deep Koamaru. HEX triplet: 30, 31 and 63. RGB value is (48,49,99). Sum of RGB (Red+Green+Blue) = 48+49+99=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #303163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303163 is #CFCE9C. Grayscale: #363636. Windows color (decimal): -13618845 or 6500656. OLE color: 6500656.
HSL color Cylindrical-coordinate representation of color #303163: hue angle of 238.82º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303163 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 49 | 99 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.61 |
| HSL | 238.82º | 0.35% | 0.29% | - |
| HSV(B) | 238.82º | 0.52% | 0.39% | - |
| XYZ | 4.57 | 3.73 | 12.28 | - |
| YUV | 54.4 | 153.17 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 99 | 0.52 | 0.51 | 0 | 0.61 | 238.82 | 0.35 | 0.29 |
| Hex | 30 | 31 | 63 | 34 | 33 | 0 | 3D | EF | 23 | 1D |
| Octal | 60 | 61 | 143 | 64 | 63 | 0 | 75 | 357 | 43 | 35 |
| Binary | 110000 | 110001 | 1100011 | 110100 | 110011 | 0 | 111101 | 11101111 | 100011 | 11101 |
Color Harmonies of #303163
Complementary color
Monochromatic Colors of #303163
Black with #303163
Text Example
Text Example
White with #303163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303163; }
p { color: rgb(48,49,99); }
H1.HeaderClassName
{
color: #303163;
}
.AnyTagClassName
{
color: #303163;
}
</style>
background-color css
<style>
a { background-color: #303163; }
a { background-color: rgb(48,49,99); }
div.DivClassName
{
background-color: #303163;
}
.BgClassName
{
background-color: #303163;
}
</style>
border-color css
<style>
span { border-color: #303163; }
span { border-color: rgb(48,49,99); }
td.TdClassName
{
border-color: #303163;
}
.TagClassName
{
border-color: #303163;
}
</style>