Shades of Paua #241555
Tints of Paua #241555
RGB
CMYK
RGB Variations
Color information
#241555 (or 0x241555) is known color: Paua. HEX triplet: 24, 15 and 55. RGB value is (36,21,85). Sum of RGB (Red+Green+Blue) = 36+21+85=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #241555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241555 is #DBEAAA. Grayscale: #202020. Windows color (decimal): -14412459 or 5575972. OLE color: 5575972.
HSL color Cylindrical-coordinate representation of color #241555: hue angle of 254.06º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #241555 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 21 | 85 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.67 |
| HSL | 254.06º | 0.6% | 0.21% | - |
| HSV(B) | 254.06º | 0.75% | 0.33% | - |
| XYZ | 2.64 | 1.57 | 8.76 | - |
| YUV | 32.78 | 157.47 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 85 | 0.58 | 0.75 | 0 | 0.67 | 254.06 | 0.6 | 0.21 |
| Hex | 24 | 15 | 55 | 3A | 4B | 0 | 43 | FE | 3C | 15 |
| Octal | 44 | 25 | 125 | 72 | 113 | 0 | 103 | 376 | 74 | 25 |
| Binary | 100100 | 10101 | 1010101 | 111010 | 1001011 | 0 | 1000011 | 11111110 | 111100 | 10101 |
Color Harmonies of #241555
Complementary color
Monochromatic Colors of #241555
Black with #241555
Text Example
Text Example
White with #241555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241555; }
p { color: rgb(36,21,85); }
H1.HeaderClassName
{
color: #241555;
}
.AnyTagClassName
{
color: #241555;
}
</style>
background-color css
<style>
a { background-color: #241555; }
a { background-color: rgb(36,21,85); }
div.DivClassName
{
background-color: #241555;
}
.BgClassName
{
background-color: #241555;
}
</style>
border-color css
<style>
span { border-color: #241555; }
span { border-color: rgb(36,21,85); }
td.TdClassName
{
border-color: #241555;
}
.TagClassName
{
border-color: #241555;
}
</style>