Shades of Paua #292353
Tints of Paua #292353
RGB
CMYK
RGB Variations
Color information
#292353 (or 0x292353) is known color: Paua. HEX triplet: 29, 23 and 53. RGB value is (41,35,83). Sum of RGB (Red+Green+Blue) = 41+35+83=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #292353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292353 is #D6DCAC. Grayscale: #2A2A2A. Windows color (decimal): -14081197 or 5448489. OLE color: 5448489.
HSL color Cylindrical-coordinate representation of color #292353: hue angle of 247.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #292353 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 35 | 83 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.67 |
| HSL | 247.5º | 0.41% | 0.23% | - |
| HSV(B) | 247.5º | 0.58% | 0.33% | - |
| XYZ | 3.08 | 2.3 | 8.47 | - |
| YUV | 42.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 35 | 83 | 0.51 | 0.58 | 0 | 0.67 | 247.5 | 0.41 | 0.23 |
| Hex | 29 | 23 | 53 | 33 | 3A | 0 | 43 | F8 | 29 | 17 |
| Octal | 51 | 43 | 123 | 63 | 72 | 0 | 103 | 370 | 51 | 27 |
| Binary | 101001 | 100011 | 1010011 | 110011 | 111010 | 0 | 1000011 | 11111000 | 101001 | 10111 |
Color Harmonies of #292353
Complementary color
Monochromatic Colors of #292353
Black with #292353
Text Example
Text Example
White with #292353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292353; }
p { color: rgb(41,35,83); }
H1.HeaderClassName
{
color: #292353;
}
.AnyTagClassName
{
color: #292353;
}
</style>
background-color css
<style>
a { background-color: #292353; }
a { background-color: rgb(41,35,83); }
div.DivClassName
{
background-color: #292353;
}
.BgClassName
{
background-color: #292353;
}
</style>
border-color css
<style>
span { border-color: #292353; }
span { border-color: rgb(41,35,83); }
td.TdClassName
{
border-color: #292353;
}
.TagClassName
{
border-color: #292353;
}
</style>