Shades of Paua #24195A
Tints of Paua #24195A
RGB
CMYK
RGB Variations
Color information
#24195A (or 0x24195A) is known color: Paua. HEX triplet: 24, 19 and 5A. RGB value is (36,25,90). Sum of RGB (Red+Green+Blue) = 36+25+90=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #24195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24195A is #DBE6A5. Grayscale: #232323. Windows color (decimal): -14411430 or 5904676. OLE color: 5904676.
HSL color Cylindrical-coordinate representation of color #24195A: hue angle of 250.15º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24195A is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 25 | 90 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.65 |
| HSL | 250.15º | 0.57% | 0.23% | - |
| HSV(B) | 250.15º | 0.72% | 0.35% | - |
| XYZ | 2.92 | 1.81 | 9.87 | - |
| YUV | 35.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 90 | 0.60 | 0.72 | 0 | 0.65 | 250.15 | 0.57 | 0.23 |
| Hex | 24 | 19 | 5A | 3C | 48 | 0 | 41 | FA | 39 | 17 |
| Octal | 44 | 31 | 132 | 74 | 110 | 0 | 101 | 372 | 71 | 27 |
| Binary | 100100 | 11001 | 1011010 | 111100 | 1001000 | 0 | 1000001 | 11111010 | 111001 | 10111 |
Color Harmonies of #24195A
Complementary color
Monochromatic Colors of #24195A
Black with #24195A
Text Example
Text Example
White with #24195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24195A; }
p { color: rgb(36,25,90); }
H1.HeaderClassName
{
color: #24195A;
}
.AnyTagClassName
{
color: #24195A;
}
</style>
background-color css
<style>
a { background-color: #24195A; }
a { background-color: rgb(36,25,90); }
div.DivClassName
{
background-color: #24195A;
}
.BgClassName
{
background-color: #24195A;
}
</style>
border-color css
<style>
span { border-color: #24195A; }
span { border-color: rgb(36,25,90); }
td.TdClassName
{
border-color: #24195A;
}
.TagClassName
{
border-color: #24195A;
}
</style>