Shades of Paua #29244A
Tints of Paua #29244A
RGB
CMYK
RGB Variations
Color information
#29244A (or 0x29244A) is known color: Paua. HEX triplet: 29, 24 and 4A. RGB value is (41,36,74). Sum of RGB (Red+Green+Blue) = 41+36+74=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #29244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29244A is #D6DBB5. Grayscale: #292929. Windows color (decimal): -14080950 or 4858921. OLE color: 4858921.
HSL color Cylindrical-coordinate representation of color #29244A: hue angle of 247.89º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29244A is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 36 | 74 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.71 |
| HSL | 247.89º | 0.35% | 0.22% | - |
| HSV(B) | 247.89º | 0.51% | 0.29% | - |
| XYZ | 2.78 | 2.23 | 6.76 | - |
| YUV | 41.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 36 | 74 | 0.45 | 0.51 | 0 | 0.71 | 247.89 | 0.35 | 0.22 |
| Hex | 29 | 24 | 4A | 2D | 33 | 0 | 47 | F8 | 23 | 16 |
| Octal | 51 | 44 | 112 | 55 | 63 | 0 | 107 | 370 | 43 | 26 |
| Binary | 101001 | 100100 | 1001010 | 101101 | 110011 | 0 | 1000111 | 11111000 | 100011 | 10110 |
Color Harmonies of #29244A
Complementary color
Monochromatic Colors of #29244A
Black with #29244A
Text Example
Text Example
White with #29244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29244A; }
p { color: rgb(41,36,74); }
H1.HeaderClassName
{
color: #29244A;
}
.AnyTagClassName
{
color: #29244A;
}
</style>
background-color css
<style>
a { background-color: #29244A; }
a { background-color: rgb(41,36,74); }
div.DivClassName
{
background-color: #29244A;
}
.BgClassName
{
background-color: #29244A;
}
</style>
border-color css
<style>
span { border-color: #29244A; }
span { border-color: rgb(41,36,74); }
td.TdClassName
{
border-color: #29244A;
}
.TagClassName
{
border-color: #29244A;
}
</style>