Shades of Paua #322F4B
Tints of Paua #322F4B
RGB
CMYK
RGB Variations
Color information
#322F4B (or 0x322F4B) is known color: Paua. HEX triplet: 32, 2F and 4B. RGB value is (50,47,75). Sum of RGB (Red+Green+Blue) = 50+47+75=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #322F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F4B is #CDD0B4. Grayscale: #323232. Windows color (decimal): -13488309 or 4927282. OLE color: 4927282.
HSL color Cylindrical-coordinate representation of color #322F4B: hue angle of 246.43º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #322F4B is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 47 | 75 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.71 |
| HSL | 246.43º | 0.23% | 0.24% | - |
| HSV(B) | 246.43º | 0.37% | 0.29% | - |
| XYZ | 3.6 | 3.22 | 7.09 | - |
| YUV | 51.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 75 | 0.33 | 0.37 | 0 | 0.71 | 246.43 | 0.23 | 0.24 |
| Hex | 32 | 2F | 4B | 21 | 25 | 0 | 47 | F6 | 17 | 18 |
| Octal | 62 | 57 | 113 | 41 | 45 | 0 | 107 | 366 | 27 | 30 |
| Binary | 110010 | 101111 | 1001011 | 100001 | 100101 | 0 | 1000111 | 11110110 | 10111 | 11000 |
Color Harmonies of #322F4B
Complementary color
Monochromatic Colors of #322F4B
Black with #322F4B
Text Example
Text Example
White with #322F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F4B; }
p { color: rgb(50,47,75); }
H1.HeaderClassName
{
color: #322F4B;
}
.AnyTagClassName
{
color: #322F4B;
}
</style>
background-color css
<style>
a { background-color: #322F4B; }
a { background-color: rgb(50,47,75); }
div.DivClassName
{
background-color: #322F4B;
}
.BgClassName
{
background-color: #322F4B;
}
</style>
border-color css
<style>
span { border-color: #322F4B; }
span { border-color: rgb(50,47,75); }
td.TdClassName
{
border-color: #322F4B;
}
.TagClassName
{
border-color: #322F4B;
}
</style>