Shades of Paua #292448
Tints of Paua #292448
RGB
CMYK
RGB Variations
Color information
#292448 (or 0x292448) is known color: Paua. HEX triplet: 29, 24 and 48. RGB value is (41,36,72). Sum of RGB (Red+Green+Blue) = 41+36+72=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #292448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292448 is #D6DBB7. Grayscale: #292929. Windows color (decimal): -14080952 or 4727849. OLE color: 4727849.
HSL color Cylindrical-coordinate representation of color #292448: hue angle of 248.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #292448 is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 36 | 72 | - |
| CMYK | 0.43 | 0.5 | 0 | 0.72 |
| HSL | 248.33º | 0.33% | 0.21% | - |
| HSV(B) | 248.33º | 0.5% | 0.28% | - |
| XYZ | 2.72 | 2.2 | 6.41 | - |
| YUV | 41.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 36 | 72 | 0.43 | 0.5 | 0 | 0.72 | 248.33 | 0.33 | 0.21 |
| Hex | 29 | 24 | 48 | 2B | 32 | 0 | 48 | F8 | 21 | 15 |
| Octal | 51 | 44 | 110 | 53 | 62 | 0 | 110 | 370 | 41 | 25 |
| Binary | 101001 | 100100 | 1001000 | 101011 | 110010 | 0 | 1001000 | 11111000 | 100001 | 10101 |
Color Harmonies of #292448
Complementary color
Monochromatic Colors of #292448
Black with #292448
Text Example
Text Example
White with #292448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292448; }
p { color: rgb(41,36,72); }
H1.HeaderClassName
{
color: #292448;
}
.AnyTagClassName
{
color: #292448;
}
</style>
background-color css
<style>
a { background-color: #292448; }
a { background-color: rgb(41,36,72); }
div.DivClassName
{
background-color: #292448;
}
.BgClassName
{
background-color: #292448;
}
</style>
border-color css
<style>
span { border-color: #292448; }
span { border-color: rgb(41,36,72); }
td.TdClassName
{
border-color: #292448;
}
.TagClassName
{
border-color: #292448;
}
</style>