Shades of Paua #24215F
Tints of Paua #24215F
RGB
CMYK
RGB Variations
Color information
#24215F (or 0x24215F) is known color: Paua. HEX triplet: 24, 21 and 5F. RGB value is (36,33,95). Sum of RGB (Red+Green+Blue) = 36+33+95=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #24215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24215F is #DBDEA0. Grayscale: #282828. Windows color (decimal): -14409377 or 6234404. OLE color: 6234404.
HSL color Cylindrical-coordinate representation of color #24215F: hue angle of 242.9º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #24215F is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 33 | 95 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.63 |
| HSL | 242.9º | 0.48% | 0.25% | - |
| HSV(B) | 242.9º | 0.65% | 0.37% | - |
| XYZ | 3.34 | 2.29 | 11.09 | - |
| YUV | 40.97 | 158.49 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 95 | 0.62 | 0.65 | 0 | 0.63 | 242.9 | 0.48 | 0.25 |
| Hex | 24 | 21 | 5F | 3E | 41 | 0 | 3F | F3 | 30 | 19 |
| Octal | 44 | 41 | 137 | 76 | 101 | 0 | 77 | 363 | 60 | 31 |
| Binary | 100100 | 100001 | 1011111 | 111110 | 1000001 | 0 | 111111 | 11110011 | 110000 | 11001 |
Color Harmonies of #24215F
Complementary color
Monochromatic Colors of #24215F
Black with #24215F
Text Example
Text Example
White with #24215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24215F; }
p { color: rgb(36,33,95); }
H1.HeaderClassName
{
color: #24215F;
}
.AnyTagClassName
{
color: #24215F;
}
</style>
background-color css
<style>
a { background-color: #24215F; }
a { background-color: rgb(36,33,95); }
div.DivClassName
{
background-color: #24215F;
}
.BgClassName
{
background-color: #24215F;
}
</style>
border-color css
<style>
span { border-color: #24215F; }
span { border-color: rgb(36,33,95); }
td.TdClassName
{
border-color: #24215F;
}
.TagClassName
{
border-color: #24215F;
}
</style>