Shades of Paua #24195B
Tints of Paua #24195B
RGB
CMYK
RGB Variations
Color information
#24195B (or 0x24195B) is known color: Paua. HEX triplet: 24, 19 and 5B. RGB value is (36,25,91). Sum of RGB (Red+Green+Blue) = 36+25+91=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #24195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24195B is #DBE6A4. Grayscale: #232323. Windows color (decimal): -14411429 or 5970212. OLE color: 5970212.
HSL color Cylindrical-coordinate representation of color #24195B: hue angle of 250º degrees, saturation: 0.57, 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 #24195B is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 25 | 91 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.64 |
| HSL | 250º | 0.57% | 0.23% | - |
| HSV(B) | 250º | 0.73% | 0.36% | - |
| XYZ | 2.96 | 1.83 | 10.09 | - |
| YUV | 35.81 | 159.14 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 91 | 0.60 | 0.73 | 0 | 0.64 | 250 | 0.57 | 0.23 |
| Hex | 24 | 19 | 5B | 3C | 49 | 0 | 40 | FA | 39 | 17 |
| Octal | 44 | 31 | 133 | 74 | 111 | 0 | 100 | 372 | 71 | 27 |
| Binary | 100100 | 11001 | 1011011 | 111100 | 1001001 | 0 | 1000000 | 11111010 | 111001 | 10111 |
Color Harmonies of #24195B
Complementary color
Monochromatic Colors of #24195B
Black with #24195B
Text Example
Text Example
White with #24195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24195B; }
p { color: rgb(36,25,91); }
H1.HeaderClassName
{
color: #24195B;
}
.AnyTagClassName
{
color: #24195B;
}
</style>
background-color css
<style>
a { background-color: #24195B; }
a { background-color: rgb(36,25,91); }
div.DivClassName
{
background-color: #24195B;
}
.BgClassName
{
background-color: #24195B;
}
</style>
border-color css
<style>
span { border-color: #24195B; }
span { border-color: rgb(36,25,91); }
td.TdClassName
{
border-color: #24195B;
}
.TagClassName
{
border-color: #24195B;
}
</style>