Shades of Deep Koamaru #33325B
Tints of Deep Koamaru #33325B
RGB
CMYK
RGB Variations
Color information
#33325B (or 0x33325B) is known color: Deep Koamaru. HEX triplet: 33, 32 and 5B. RGB value is (51,50,91). Sum of RGB (Red+Green+Blue) = 51+50+91=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #33325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33325B is #CCCDA4. Grayscale: #363636. Windows color (decimal): -13421989 or 5976627. OLE color: 5976627.
HSL color Cylindrical-coordinate representation of color #33325B: hue angle of 241.46º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33325B is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 50 | 91 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.64 |
| HSL | 241.46º | 0.29% | 0.28% | - |
| HSV(B) | 241.46º | 0.45% | 0.36% | - |
| XYZ | 4.39 | 3.74 | 10.39 | - |
| YUV | 54.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 91 | 0.44 | 0.45 | 0 | 0.64 | 241.46 | 0.29 | 0.28 |
| Hex | 33 | 32 | 5B | 2C | 2D | 0 | 40 | F1 | 1D | 1C |
| Octal | 63 | 62 | 133 | 54 | 55 | 0 | 100 | 361 | 35 | 34 |
| Binary | 110011 | 110010 | 1011011 | 101100 | 101101 | 0 | 1000000 | 11110001 | 11101 | 11100 |
Color Harmonies of #33325B
Complementary color
Monochromatic Colors of #33325B
Black with #33325B
Text Example
Text Example
White with #33325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33325B; }
p { color: rgb(51,50,91); }
H1.HeaderClassName
{
color: #33325B;
}
.AnyTagClassName
{
color: #33325B;
}
</style>
background-color css
<style>
a { background-color: #33325B; }
a { background-color: rgb(51,50,91); }
div.DivClassName
{
background-color: #33325B;
}
.BgClassName
{
background-color: #33325B;
}
</style>
border-color css
<style>
span { border-color: #33325B; }
span { border-color: rgb(51,50,91); }
td.TdClassName
{
border-color: #33325B;
}
.TagClassName
{
border-color: #33325B;
}
</style>