Shades of Paua #24165B
Tints of Paua #24165B
RGB
CMYK
RGB Variations
Color information
#24165B (or 0x24165B) is known color: Paua. HEX triplet: 24, 16 and 5B. RGB value is (36,22,91). Sum of RGB (Red+Green+Blue) = 36+22+91=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #24165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24165B is #DBE9A4. Grayscale: #212121. Windows color (decimal): -14412197 or 5969444. OLE color: 5969444.
HSL color Cylindrical-coordinate representation of color #24165B: hue angle of 252.17º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24165B is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 22 | 91 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.64 |
| HSL | 252.17º | 0.61% | 0.22% | - |
| HSV(B) | 252.17º | 0.76% | 0.36% | - |
| XYZ | 2.9 | 1.7 | 10.07 | - |
| YUV | 34.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 22 | 91 | 0.60 | 0.76 | 0 | 0.64 | 252.17 | 0.61 | 0.22 |
| Hex | 24 | 16 | 5B | 3C | 4C | 0 | 40 | FC | 3D | 16 |
| Octal | 44 | 26 | 133 | 74 | 114 | 0 | 100 | 374 | 75 | 26 |
| Binary | 100100 | 10110 | 1011011 | 111100 | 1001100 | 0 | 1000000 | 11111100 | 111101 | 10110 |
Color Harmonies of #24165B
Complementary color
Monochromatic Colors of #24165B
Black with #24165B
Text Example
Text Example
White with #24165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24165B; }
p { color: rgb(36,22,91); }
H1.HeaderClassName
{
color: #24165B;
}
.AnyTagClassName
{
color: #24165B;
}
</style>
background-color css
<style>
a { background-color: #24165B; }
a { background-color: rgb(36,22,91); }
div.DivClassName
{
background-color: #24165B;
}
.BgClassName
{
background-color: #24165B;
}
</style>
border-color css
<style>
span { border-color: #24165B; }
span { border-color: rgb(36,22,91); }
td.TdClassName
{
border-color: #24165B;
}
.TagClassName
{
border-color: #24165B;
}
</style>