Shades of Paua #24214D
Tints of Paua #24214D
RGB
CMYK
RGB Variations
Color information
#24214D (or 0x24214D) is known color: Paua. HEX triplet: 24, 21 and 4D. RGB value is (36,33,77). Sum of RGB (Red+Green+Blue) = 36+33+77=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #24214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24214D is #DBDEB2. Grayscale: #262626. Windows color (decimal): -14409395 or 5054756. OLE color: 5054756.
HSL color Cylindrical-coordinate representation of color #24214D: hue angle of 244.09º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #24214D is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 33 | 77 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.70 |
| HSL | 244.09º | 0.4% | 0.22% | - |
| HSV(B) | 244.09º | 0.57% | 0.3% | - |
| XYZ | 2.61 | 2 | 7.27 | - |
| YUV | 38.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 77 | 0.53 | 0.57 | 0 | 0.70 | 244.09 | 0.4 | 0.22 |
| Hex | 24 | 21 | 4D | 35 | 39 | 0 | 46 | F4 | 28 | 16 |
| Octal | 44 | 41 | 115 | 65 | 71 | 0 | 106 | 364 | 50 | 26 |
| Binary | 100100 | 100001 | 1001101 | 110101 | 111001 | 0 | 1000110 | 11110100 | 101000 | 10110 |
Color Harmonies of #24214D
Complementary color
Monochromatic Colors of #24214D
Black with #24214D
Text Example
Text Example
White with #24214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24214D; }
p { color: rgb(36,33,77); }
H1.HeaderClassName
{
color: #24214D;
}
.AnyTagClassName
{
color: #24214D;
}
</style>
background-color css
<style>
a { background-color: #24214D; }
a { background-color: rgb(36,33,77); }
div.DivClassName
{
background-color: #24214D;
}
.BgClassName
{
background-color: #24214D;
}
</style>
border-color css
<style>
span { border-color: #24214D; }
span { border-color: rgb(36,33,77); }
td.TdClassName
{
border-color: #24214D;
}
.TagClassName
{
border-color: #24214D;
}
</style>