Shades of Paua #24195D
Tints of Paua #24195D
RGB
CMYK
RGB Variations
Color information
#24195D (or 0x24195D) is known color: Paua. HEX triplet: 24, 19 and 5D. RGB value is (36,25,93). Sum of RGB (Red+Green+Blue) = 36+25+93=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #24195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24195D is #DBE6A2. Grayscale: #232323. Windows color (decimal): -14411427 or 6101284. OLE color: 6101284.
HSL color Cylindrical-coordinate representation of color #24195D: hue angle of 249.71º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #24195D is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 25 | 93 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.64 |
| HSL | 249.71º | 0.58% | 0.23% | - |
| HSV(B) | 249.71º | 0.73% | 0.36% | - |
| XYZ | 3.05 | 1.86 | 10.55 | - |
| YUV | 36.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 93 | 0.61 | 0.73 | 0 | 0.64 | 249.71 | 0.58 | 0.23 |
| Hex | 24 | 19 | 5D | 3D | 49 | 0 | 40 | FA | 3A | 17 |
| Octal | 44 | 31 | 135 | 75 | 111 | 0 | 100 | 372 | 72 | 27 |
| Binary | 100100 | 11001 | 1011101 | 111101 | 1001001 | 0 | 1000000 | 11111010 | 111010 | 10111 |
Color Harmonies of #24195D
Complementary color
Monochromatic Colors of #24195D
Black with #24195D
Text Example
Text Example
White with #24195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24195D; }
p { color: rgb(36,25,93); }
H1.HeaderClassName
{
color: #24195D;
}
.AnyTagClassName
{
color: #24195D;
}
</style>
background-color css
<style>
a { background-color: #24195D; }
a { background-color: rgb(36,25,93); }
div.DivClassName
{
background-color: #24195D;
}
.BgClassName
{
background-color: #24195D;
}
</style>
border-color css
<style>
span { border-color: #24195D; }
span { border-color: rgb(36,25,93); }
td.TdClassName
{
border-color: #24195D;
}
.TagClassName
{
border-color: #24195D;
}
</style>