Shades of Paua #292646
Tints of Paua #292646
RGB
CMYK
RGB Variations
Color information
#292646 (or 0x292646) is known color: Paua. HEX triplet: 29, 26 and 46. RGB value is (41,38,70). Sum of RGB (Red+Green+Blue) = 41+38+70=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 70 - color contains mainly: blue. Hex color #292646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292646 is #D6D9B9. Grayscale: #2A2A2A. Windows color (decimal): -14080442 or 4597289. OLE color: 4597289.
HSL color Cylindrical-coordinate representation of color #292646: hue angle of 245.62º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #292646 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 38 | 70 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.73 |
| HSL | 245.63º | 0.3% | 0.21% | - |
| HSV(B) | 245.63º | 0.46% | 0.27% | - |
| XYZ | 2.71 | 2.3 | 6.1 | - |
| YUV | 42.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 38 | 70 | 0.41 | 0.46 | 0 | 0.73 | 245.63 | 0.3 | 0.21 |
| Hex | 29 | 26 | 46 | 29 | 2E | 0 | 49 | F6 | 1E | 15 |
| Octal | 51 | 46 | 106 | 51 | 56 | 0 | 111 | 366 | 36 | 25 |
| Binary | 101001 | 100110 | 1000110 | 101001 | 101110 | 0 | 1001001 | 11110110 | 11110 | 10101 |
Color Harmonies of #292646
Complementary color
Monochromatic Colors of #292646
Black with #292646
Text Example
Text Example
White with #292646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292646; }
p { color: rgb(41,38,70); }
H1.HeaderClassName
{
color: #292646;
}
.AnyTagClassName
{
color: #292646;
}
</style>
background-color css
<style>
a { background-color: #292646; }
a { background-color: rgb(41,38,70); }
div.DivClassName
{
background-color: #292646;
}
.BgClassName
{
background-color: #292646;
}
</style>
border-color css
<style>
span { border-color: #292646; }
span { border-color: rgb(41,38,70); }
td.TdClassName
{
border-color: #292646;
}
.TagClassName
{
border-color: #292646;
}
</style>