Shades of Paua #24145D
Tints of Paua #24145D
RGB
CMYK
RGB Variations
Color information
#24145D (or 0x24145D) is known color: Paua. HEX triplet: 24, 14 and 5D. RGB value is (36,20,93). Sum of RGB (Red+Green+Blue) = 36+20+93=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #24145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24145D is #DBEBA2. Grayscale: #202020. Windows color (decimal): -14412707 or 6100004. OLE color: 6100004.
HSL color Cylindrical-coordinate representation of color #24145D: hue angle of 253.15º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24145D is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 20 | 93 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.64 |
| HSL | 253.15º | 0.65% | 0.22% | - |
| HSV(B) | 253.15º | 0.78% | 0.36% | - |
| XYZ | 2.95 | 1.67 | 10.52 | - |
| YUV | 33.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 93 | 0.61 | 0.78 | 0 | 0.64 | 253.15 | 0.65 | 0.22 |
| Hex | 24 | 14 | 5D | 3D | 4E | 0 | 40 | FD | 41 | 16 |
| Octal | 44 | 24 | 135 | 75 | 116 | 0 | 100 | 375 | 101 | 26 |
| Binary | 100100 | 10100 | 1011101 | 111101 | 1001110 | 0 | 1000000 | 11111101 | 1000001 | 10110 |
Color Harmonies of #24145D
Complementary color
Monochromatic Colors of #24145D
Black with #24145D
Text Example
Text Example
White with #24145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24145D; }
p { color: rgb(36,20,93); }
H1.HeaderClassName
{
color: #24145D;
}
.AnyTagClassName
{
color: #24145D;
}
</style>
background-color css
<style>
a { background-color: #24145D; }
a { background-color: rgb(36,20,93); }
div.DivClassName
{
background-color: #24145D;
}
.BgClassName
{
background-color: #24145D;
}
</style>
border-color css
<style>
span { border-color: #24145D; }
span { border-color: rgb(36,20,93); }
td.TdClassName
{
border-color: #24145D;
}
.TagClassName
{
border-color: #24145D;
}
</style>