Shades of Paua #241959
Tints of Paua #241959
RGB
CMYK
RGB Variations
Color information
#241959 (or 0x241959) is known color: Paua. HEX triplet: 24, 19 and 59. RGB value is (36,25,89). Sum of RGB (Red+Green+Blue) = 36+25+89=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #241959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241959 is #DBE6A6. Grayscale: #232323. Windows color (decimal): -14411431 or 5839140. OLE color: 5839140.
HSL color Cylindrical-coordinate representation of color #241959: hue angle of 250.31º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #241959 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 25 | 89 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.65 |
| HSL | 250.31º | 0.56% | 0.22% | - |
| HSV(B) | 250.31º | 0.72% | 0.35% | - |
| XYZ | 2.88 | 1.79 | 9.65 | - |
| YUV | 35.59 | 158.14 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 89 | 0.60 | 0.72 | 0 | 0.65 | 250.31 | 0.56 | 0.22 |
| Hex | 24 | 19 | 59 | 3C | 48 | 0 | 41 | FA | 38 | 16 |
| Octal | 44 | 31 | 131 | 74 | 110 | 0 | 101 | 372 | 70 | 26 |
| Binary | 100100 | 11001 | 1011001 | 111100 | 1001000 | 0 | 1000001 | 11111010 | 111000 | 10110 |
Color Harmonies of #241959
Complementary color
Monochromatic Colors of #241959
Black with #241959
Text Example
Text Example
White with #241959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241959; }
p { color: rgb(36,25,89); }
H1.HeaderClassName
{
color: #241959;
}
.AnyTagClassName
{
color: #241959;
}
</style>
background-color css
<style>
a { background-color: #241959; }
a { background-color: rgb(36,25,89); }
div.DivClassName
{
background-color: #241959;
}
.BgClassName
{
background-color: #241959;
}
</style>
border-color css
<style>
span { border-color: #241959; }
span { border-color: rgb(36,25,89); }
td.TdClassName
{
border-color: #241959;
}
.TagClassName
{
border-color: #241959;
}
</style>