Shades of Paua #241755
Tints of Paua #241755
RGB
CMYK
RGB Variations
Color information
#241755 (or 0x241755) is known color: Paua. HEX triplet: 24, 17 and 55. RGB value is (36,23,85). Sum of RGB (Red+Green+Blue) = 36+23+85=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #241755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241755 is #DBE8AA. Grayscale: #212121. Windows color (decimal): -14411947 or 5576484. OLE color: 5576484.
HSL color Cylindrical-coordinate representation of color #241755: hue angle of 252.58º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #241755 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 23 | 85 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.67 |
| HSL | 252.58º | 0.57% | 0.21% | - |
| HSV(B) | 252.58º | 0.73% | 0.33% | - |
| XYZ | 2.67 | 1.64 | 8.77 | - |
| YUV | 33.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 85 | 0.58 | 0.73 | 0 | 0.67 | 252.58 | 0.57 | 0.21 |
| Hex | 24 | 17 | 55 | 3A | 49 | 0 | 43 | FD | 39 | 15 |
| Octal | 44 | 27 | 125 | 72 | 111 | 0 | 103 | 375 | 71 | 25 |
| Binary | 100100 | 10111 | 1010101 | 111010 | 1001001 | 0 | 1000011 | 11111101 | 111001 | 10101 |
Color Harmonies of #241755
Complementary color
Monochromatic Colors of #241755
Black with #241755
Text Example
Text Example
White with #241755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241755; }
p { color: rgb(36,23,85); }
H1.HeaderClassName
{
color: #241755;
}
.AnyTagClassName
{
color: #241755;
}
</style>
background-color css
<style>
a { background-color: #241755; }
a { background-color: rgb(36,23,85); }
div.DivClassName
{
background-color: #241755;
}
.BgClassName
{
background-color: #241755;
}
</style>
border-color css
<style>
span { border-color: #241755; }
span { border-color: rgb(36,23,85); }
td.TdClassName
{
border-color: #241755;
}
.TagClassName
{
border-color: #241755;
}
</style>