Shades of Paua #24215D
Tints of Paua #24215D
RGB
CMYK
RGB Variations
Color information
#24215D (or 0x24215D) is known color: Paua. HEX triplet: 24, 21 and 5D. RGB value is (36,33,93). Sum of RGB (Red+Green+Blue) = 36+33+93=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #24215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24215D is #DBDEA2. Grayscale: #282828. Windows color (decimal): -14409379 or 6103332. OLE color: 6103332.
HSL color Cylindrical-coordinate representation of color #24215D: hue angle of 243º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #24215D is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 33 | 93 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.64 |
| HSL | 243º | 0.48% | 0.25% | - |
| HSV(B) | 243º | 0.65% | 0.36% | - |
| XYZ | 3.25 | 2.25 | 10.62 | - |
| YUV | 40.74 | 157.49 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 93 | 0.61 | 0.65 | 0 | 0.64 | 243 | 0.48 | 0.25 |
| Hex | 24 | 21 | 5D | 3D | 41 | 0 | 40 | F3 | 30 | 19 |
| Octal | 44 | 41 | 135 | 75 | 101 | 0 | 100 | 363 | 60 | 31 |
| Binary | 100100 | 100001 | 1011101 | 111101 | 1000001 | 0 | 1000000 | 11110011 | 110000 | 11001 |
Color Harmonies of #24215D
Complementary color
Monochromatic Colors of #24215D
Black with #24215D
Text Example
Text Example
White with #24215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24215D; }
p { color: rgb(36,33,93); }
H1.HeaderClassName
{
color: #24215D;
}
.AnyTagClassName
{
color: #24215D;
}
</style>
background-color css
<style>
a { background-color: #24215D; }
a { background-color: rgb(36,33,93); }
div.DivClassName
{
background-color: #24215D;
}
.BgClassName
{
background-color: #24215D;
}
</style>
border-color css
<style>
span { border-color: #24215D; }
span { border-color: rgb(36,33,93); }
td.TdClassName
{
border-color: #24215D;
}
.TagClassName
{
border-color: #24215D;
}
</style>