Shades of Paua #241952
Tints of Paua #241952
RGB
CMYK
RGB Variations
Color information
#241952 (or 0x241952) is known color: Paua. HEX triplet: 24, 19 and 52. RGB value is (36,25,82). Sum of RGB (Red+Green+Blue) = 36+25+82=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 82 (32.42% from 255 or 57.34% from 143); Max value from RGB is 82 - color contains mainly: blue. Hex color #241952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241952 is #DBE6AD. Grayscale: #222222. Windows color (decimal): -14411438 or 5380388. OLE color: 5380388.
HSL color Cylindrical-coordinate representation of color #241952: hue angle of 251.58º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #241952 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 25 | 82 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.68 |
| HSL | 251.58º | 0.53% | 0.21% | - |
| HSV(B) | 251.58º | 0.7% | 0.32% | - |
| XYZ | 2.6 | 1.68 | 8.17 | - |
| YUV | 34.79 | 154.64 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 82 | 0.56 | 0.70 | 0 | 0.68 | 251.58 | 0.53 | 0.21 |
| Hex | 24 | 19 | 52 | 38 | 46 | 0 | 44 | FC | 35 | 15 |
| Octal | 44 | 31 | 122 | 70 | 106 | 0 | 104 | 374 | 65 | 25 |
| Binary | 100100 | 11001 | 1010010 | 111000 | 1000110 | 0 | 1000100 | 11111100 | 110101 | 10101 |
Color Harmonies of #241952
Complementary color
Monochromatic Colors of #241952
Black with #241952
Text Example
Text Example
White with #241952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241952; }
p { color: rgb(36,25,82); }
H1.HeaderClassName
{
color: #241952;
}
.AnyTagClassName
{
color: #241952;
}
</style>
background-color css
<style>
a { background-color: #241952; }
a { background-color: rgb(36,25,82); }
div.DivClassName
{
background-color: #241952;
}
.BgClassName
{
background-color: #241952;
}
</style>
border-color css
<style>
span { border-color: #241952; }
span { border-color: rgb(36,25,82); }
td.TdClassName
{
border-color: #241952;
}
.TagClassName
{
border-color: #241952;
}
</style>