Shades of Deep Koamaru #32325B
Tints of Deep Koamaru #32325B
RGB
CMYK
RGB Variations
Color information
#32325B (or 0x32325B) is known color: Deep Koamaru. HEX triplet: 32, 32 and 5B. RGB value is (50,50,91). Sum of RGB (Red+Green+Blue) = 50+50+91=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #32325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32325B is #CDCDA4. Grayscale: #363636. Windows color (decimal): -13487525 or 5976626. OLE color: 5976626.
HSL color Cylindrical-coordinate representation of color #32325B: hue angle of 240º 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 #32325B is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 50 | 91 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.64 |
| HSL | 240º | 0.29% | 0.28% | - |
| HSV(B) | 240º | 0.45% | 0.36% | - |
| XYZ | 4.34 | 3.71 | 10.39 | - |
| YUV | 54.67 | 148.5 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 91 | 0.45 | 0.45 | 0 | 0.64 | 240 | 0.29 | 0.28 |
| Hex | 32 | 32 | 5B | 2D | 2D | 0 | 40 | F0 | 1D | 1C |
| Octal | 62 | 62 | 133 | 55 | 55 | 0 | 100 | 360 | 35 | 34 |
| Binary | 110010 | 110010 | 1011011 | 101101 | 101101 | 0 | 1000000 | 11110000 | 11101 | 11100 |
Color Harmonies of #32325B
Complementary color
Monochromatic Colors of #32325B
Black with #32325B
Text Example
Text Example
White with #32325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32325B; }
p { color: rgb(50,50,91); }
H1.HeaderClassName
{
color: #32325B;
}
.AnyTagClassName
{
color: #32325B;
}
</style>
background-color css
<style>
a { background-color: #32325B; }
a { background-color: rgb(50,50,91); }
div.DivClassName
{
background-color: #32325B;
}
.BgClassName
{
background-color: #32325B;
}
</style>
border-color css
<style>
span { border-color: #32325B; }
span { border-color: rgb(50,50,91); }
td.TdClassName
{
border-color: #32325B;
}
.TagClassName
{
border-color: #32325B;
}
</style>