Shades of Paua #24194F
Tints of Paua #24194F
RGB
CMYK
RGB Variations
Color information
#24194F (or 0x24194F) is known color: Paua. HEX triplet: 24, 19 and 4F. RGB value is (36,25,79). Sum of RGB (Red+Green+Blue) = 36+25+79=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #24194F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24194F is #DBE6B0. Grayscale: #222222. Windows color (decimal): -14411441 or 5183780. OLE color: 5183780.
HSL color Cylindrical-coordinate representation of color #24194F: hue angle of 252.22º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24194F is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 25 | 79 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.69 |
| HSL | 252.22º | 0.52% | 0.2% | - |
| HSV(B) | 252.22º | 0.68% | 0.31% | - |
| XYZ | 2.49 | 1.63 | 7.58 | - |
| YUV | 34.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 79 | 0.54 | 0.68 | 0 | 0.69 | 252.22 | 0.52 | 0.2 |
| Hex | 24 | 19 | 4F | 36 | 44 | 0 | 45 | FC | 34 | 14 |
| Octal | 44 | 31 | 117 | 66 | 104 | 0 | 105 | 374 | 64 | 24 |
| Binary | 100100 | 11001 | 1001111 | 110110 | 1000100 | 0 | 1000101 | 11111100 | 110100 | 10100 |
Color Harmonies of #24194F
Complementary color
Monochromatic Colors of #24194F
Black with #24194F
Text Example
Text Example
White with #24194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24194F; }
p { color: rgb(36,25,79); }
H1.HeaderClassName
{
color: #24194F;
}
.AnyTagClassName
{
color: #24194F;
}
</style>
background-color css
<style>
a { background-color: #24194F; }
a { background-color: rgb(36,25,79); }
div.DivClassName
{
background-color: #24194F;
}
.BgClassName
{
background-color: #24194F;
}
</style>
border-color css
<style>
span { border-color: #24194F; }
span { border-color: rgb(36,25,79); }
td.TdClassName
{
border-color: #24194F;
}
.TagClassName
{
border-color: #24194F;
}
</style>