Shades of Paua #242159
Tints of Paua #242159
RGB
CMYK
RGB Variations
Color information
#242159 (or 0x242159) is known color: Paua. HEX triplet: 24, 21 and 59. RGB value is (36,33,89). Sum of RGB (Red+Green+Blue) = 36+33+89=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #242159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242159 is #DBDEA6. Grayscale: #282828. Windows color (decimal): -14409383 or 5841188. OLE color: 5841188.
HSL color Cylindrical-coordinate representation of color #242159: hue angle of 243.21º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #242159 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 33 | 89 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.65 |
| HSL | 243.21º | 0.46% | 0.24% | - |
| HSV(B) | 243.21º | 0.63% | 0.35% | - |
| XYZ | 3.07 | 2.18 | 9.71 | - |
| YUV | 40.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 89 | 0.60 | 0.63 | 0 | 0.65 | 243.21 | 0.46 | 0.24 |
| Hex | 24 | 21 | 59 | 3C | 3F | 0 | 41 | F3 | 2E | 18 |
| Octal | 44 | 41 | 131 | 74 | 77 | 0 | 101 | 363 | 56 | 30 |
| Binary | 100100 | 100001 | 1011001 | 111100 | 111111 | 0 | 1000001 | 11110011 | 101110 | 11000 |
Color Harmonies of #242159
Complementary color
Monochromatic Colors of #242159
Black with #242159
Text Example
Text Example
White with #242159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242159; }
p { color: rgb(36,33,89); }
H1.HeaderClassName
{
color: #242159;
}
.AnyTagClassName
{
color: #242159;
}
</style>
background-color css
<style>
a { background-color: #242159; }
a { background-color: rgb(36,33,89); }
div.DivClassName
{
background-color: #242159;
}
.BgClassName
{
background-color: #242159;
}
</style>
border-color css
<style>
span { border-color: #242159; }
span { border-color: rgb(36,33,89); }
td.TdClassName
{
border-color: #242159;
}
.TagClassName
{
border-color: #242159;
}
</style>