Shades of Paua #24145A
Tints of Paua #24145A
RGB
CMYK
RGB Variations
Color information
#24145A (or 0x24145A) is known color: Paua. HEX triplet: 24, 14 and 5A. RGB value is (36,20,90). Sum of RGB (Red+Green+Blue) = 36+20+90=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #24145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24145A is #DBEBA5. Grayscale: #202020. Windows color (decimal): -14412710 or 5903396. OLE color: 5903396.
HSL color Cylindrical-coordinate representation of color #24145A: hue angle of 253.71º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24145A is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 20 | 90 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.65 |
| HSL | 253.71º | 0.64% | 0.22% | - |
| HSV(B) | 253.71º | 0.78% | 0.35% | - |
| XYZ | 2.82 | 1.61 | 9.84 | - |
| YUV | 32.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 90 | 0.60 | 0.78 | 0 | 0.65 | 253.71 | 0.64 | 0.22 |
| Hex | 24 | 14 | 5A | 3C | 4E | 0 | 41 | FE | 40 | 16 |
| Octal | 44 | 24 | 132 | 74 | 116 | 0 | 101 | 376 | 100 | 26 |
| Binary | 100100 | 10100 | 1011010 | 111100 | 1001110 | 0 | 1000001 | 11111110 | 1000000 | 10110 |
Color Harmonies of #24145A
Complementary color
Monochromatic Colors of #24145A
Black with #24145A
Text Example
Text Example
White with #24145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24145A; }
p { color: rgb(36,20,90); }
H1.HeaderClassName
{
color: #24145A;
}
.AnyTagClassName
{
color: #24145A;
}
</style>
background-color css
<style>
a { background-color: #24145A; }
a { background-color: rgb(36,20,90); }
div.DivClassName
{
background-color: #24145A;
}
.BgClassName
{
background-color: #24145A;
}
</style>
border-color css
<style>
span { border-color: #24145A; }
span { border-color: rgb(36,20,90); }
td.TdClassName
{
border-color: #24145A;
}
.TagClassName
{
border-color: #24145A;
}
</style>