Shades of Paua #24184F
Tints of Paua #24184F
RGB
CMYK
RGB Variations
Color information
#24184F (or 0x24184F) is known color: Paua. HEX triplet: 24, 18 and 4F. RGB value is (36,24,79). Sum of RGB (Red+Green+Blue) = 36+24+79=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #24184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24184F is #DBE7B0. Grayscale: #212121. Windows color (decimal): -14411697 or 5183524. OLE color: 5183524.
HSL color Cylindrical-coordinate representation of color #24184F: hue angle of 253.09º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24184F is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 24 | 79 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.69 |
| HSL | 253.09º | 0.53% | 0.2% | - |
| HSV(B) | 253.09º | 0.7% | 0.31% | - |
| XYZ | 2.47 | 1.59 | 7.57 | - |
| YUV | 33.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 79 | 0.54 | 0.70 | 0 | 0.69 | 253.09 | 0.53 | 0.2 |
| Hex | 24 | 18 | 4F | 36 | 46 | 0 | 45 | FD | 35 | 14 |
| Octal | 44 | 30 | 117 | 66 | 106 | 0 | 105 | 375 | 65 | 24 |
| Binary | 100100 | 11000 | 1001111 | 110110 | 1000110 | 0 | 1000101 | 11111101 | 110101 | 10100 |
Color Harmonies of #24184F
Complementary color
Monochromatic Colors of #24184F
Black with #24184F
Text Example
Text Example
White with #24184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24184F; }
p { color: rgb(36,24,79); }
H1.HeaderClassName
{
color: #24184F;
}
.AnyTagClassName
{
color: #24184F;
}
</style>
background-color css
<style>
a { background-color: #24184F; }
a { background-color: rgb(36,24,79); }
div.DivClassName
{
background-color: #24184F;
}
.BgClassName
{
background-color: #24184F;
}
</style>
border-color css
<style>
span { border-color: #24184F; }
span { border-color: rgb(36,24,79); }
td.TdClassName
{
border-color: #24184F;
}
.TagClassName
{
border-color: #24184F;
}
</style>