Shades of Paua #242150
Tints of Paua #242150
RGB
CMYK
RGB Variations
Color information
#242150 (or 0x242150) is known color: Paua. HEX triplet: 24, 21 and 50. RGB value is (36,33,80). Sum of RGB (Red+Green+Blue) = 36+33+80=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #242150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242150 is #DBDEAF. Grayscale: #272727. Windows color (decimal): -14409392 or 5251364. OLE color: 5251364.
HSL color Cylindrical-coordinate representation of color #242150: hue angle of 243.83º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #242150 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 33 | 80 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.69 |
| HSL | 243.83º | 0.42% | 0.22% | - |
| HSV(B) | 243.83º | 0.59% | 0.31% | - |
| XYZ | 2.72 | 2.04 | 7.84 | - |
| YUV | 39.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 80 | 0.55 | 0.59 | 0 | 0.69 | 243.83 | 0.42 | 0.22 |
| Hex | 24 | 21 | 50 | 37 | 3B | 0 | 45 | F4 | 2A | 16 |
| Octal | 44 | 41 | 120 | 67 | 73 | 0 | 105 | 364 | 52 | 26 |
| Binary | 100100 | 100001 | 1010000 | 110111 | 111011 | 0 | 1000101 | 11110100 | 101010 | 10110 |
Color Harmonies of #242150
Complementary color
Monochromatic Colors of #242150
Black with #242150
Text Example
Text Example
White with #242150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242150; }
p { color: rgb(36,33,80); }
H1.HeaderClassName
{
color: #242150;
}
.AnyTagClassName
{
color: #242150;
}
</style>
background-color css
<style>
a { background-color: #242150; }
a { background-color: rgb(36,33,80); }
div.DivClassName
{
background-color: #242150;
}
.BgClassName
{
background-color: #242150;
}
</style>
border-color css
<style>
span { border-color: #242150; }
span { border-color: rgb(36,33,80); }
td.TdClassName
{
border-color: #242150;
}
.TagClassName
{
border-color: #242150;
}
</style>