Shades of Paua #24115A
Tints of Paua #24115A
RGB
CMYK
RGB Variations
Color information
#24115A (or 0x24115A) is known color: Paua. HEX triplet: 24, 11 and 5A. RGB value is (36,17,90). Sum of RGB (Red+Green+Blue) = 36+17+90=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #24115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24115A is #DBEEA5. Grayscale: #1E1E1E. Windows color (decimal): -14413478 or 5902628. OLE color: 5902628.
HSL color Cylindrical-coordinate representation of color #24115A: hue angle of 255.62º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24115A is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 17 | 90 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.65 |
| HSL | 255.62º | 0.68% | 0.21% | - |
| HSV(B) | 255.62º | 0.81% | 0.35% | - |
| XYZ | 2.77 | 1.51 | 9.82 | - |
| YUV | 31 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 90 | 0.60 | 0.81 | 0 | 0.65 | 255.62 | 0.68 | 0.21 |
| Hex | 24 | 11 | 5A | 3C | 51 | 0 | 41 | 100 | 44 | 15 |
| Octal | 44 | 21 | 132 | 74 | 121 | 0 | 101 | 400 | 104 | 25 |
| Binary | 100100 | 10001 | 1011010 | 111100 | 1010001 | 0 | 1000001 | 100000000 | 1000100 | 10101 |
Color Harmonies of #24115A
Complementary color
Monochromatic Colors of #24115A
Black with #24115A
Text Example
Text Example
White with #24115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24115A; }
p { color: rgb(36,17,90); }
H1.HeaderClassName
{
color: #24115A;
}
.AnyTagClassName
{
color: #24115A;
}
</style>
background-color css
<style>
a { background-color: #24115A; }
a { background-color: rgb(36,17,90); }
div.DivClassName
{
background-color: #24115A;
}
.BgClassName
{
background-color: #24115A;
}
</style>
border-color css
<style>
span { border-color: #24115A; }
span { border-color: rgb(36,17,90); }
td.TdClassName
{
border-color: #24115A;
}
.TagClassName
{
border-color: #24115A;
}
</style>