Shades of Paua #24214E
Tints of Paua #24214E
RGB
CMYK
RGB Variations
Color information
#24214E (or 0x24214E) is known color: Paua. HEX triplet: 24, 21 and 4E. RGB value is (36,33,78). Sum of RGB (Red+Green+Blue) = 36+33+78=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #24214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24214E is #DBDEB1. Grayscale: #262626. Windows color (decimal): -14409394 or 5120292. OLE color: 5120292.
HSL color Cylindrical-coordinate representation of color #24214E: hue angle of 244º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24214E is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 33 | 78 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.69 |
| HSL | 244º | 0.41% | 0.22% | - |
| HSV(B) | 244º | 0.58% | 0.31% | - |
| XYZ | 2.65 | 2.01 | 7.46 | - |
| YUV | 39.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 78 | 0.54 | 0.58 | 0 | 0.69 | 244 | 0.41 | 0.22 |
| Hex | 24 | 21 | 4E | 36 | 3A | 0 | 45 | F4 | 29 | 16 |
| Octal | 44 | 41 | 116 | 66 | 72 | 0 | 105 | 364 | 51 | 26 |
| Binary | 100100 | 100001 | 1001110 | 110110 | 111010 | 0 | 1000101 | 11110100 | 101001 | 10110 |
Color Harmonies of #24214E
Complementary color
Monochromatic Colors of #24214E
Black with #24214E
Text Example
Text Example
White with #24214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24214E; }
p { color: rgb(36,33,78); }
H1.HeaderClassName
{
color: #24214E;
}
.AnyTagClassName
{
color: #24214E;
}
</style>
background-color css
<style>
a { background-color: #24214E; }
a { background-color: rgb(36,33,78); }
div.DivClassName
{
background-color: #24214E;
}
.BgClassName
{
background-color: #24214E;
}
</style>
border-color css
<style>
span { border-color: #24214E; }
span { border-color: rgb(36,33,78); }
td.TdClassName
{
border-color: #24214E;
}
.TagClassName
{
border-color: #24214E;
}
</style>