Shades of Paua #332F50
Tints of Paua #332F50
RGB
CMYK
RGB Variations
Color information
#332F50 (or 0x332F50) is known color: Paua. HEX triplet: 33, 2F and 50. RGB value is (51,47,80). Sum of RGB (Red+Green+Blue) = 51+47+80=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #332F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332F50 is #CCD0AF. Grayscale: #333333. Windows color (decimal): -13422768 or 5254963. OLE color: 5254963.
HSL color Cylindrical-coordinate representation of color #332F50: hue angle of 247.27º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #332F50 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 47 | 80 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.69 |
| HSL | 247.27º | 0.26% | 0.25% | - |
| HSV(B) | 247.27º | 0.41% | 0.31% | - |
| XYZ | 3.83 | 3.32 | 8.03 | - |
| YUV | 51.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 80 | 0.36 | 0.41 | 0 | 0.69 | 247.27 | 0.26 | 0.25 |
| Hex | 33 | 2F | 50 | 24 | 29 | 0 | 45 | F7 | 1A | 19 |
| Octal | 63 | 57 | 120 | 44 | 51 | 0 | 105 | 367 | 32 | 31 |
| Binary | 110011 | 101111 | 1010000 | 100100 | 101001 | 0 | 1000101 | 11110111 | 11010 | 11001 |
Color Harmonies of #332F50
Complementary color
Monochromatic Colors of #332F50
Black with #332F50
Text Example
Text Example
White with #332F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F50; }
p { color: rgb(51,47,80); }
H1.HeaderClassName
{
color: #332F50;
}
.AnyTagClassName
{
color: #332F50;
}
</style>
background-color css
<style>
a { background-color: #332F50; }
a { background-color: rgb(51,47,80); }
div.DivClassName
{
background-color: #332F50;
}
.BgClassName
{
background-color: #332F50;
}
</style>
border-color css
<style>
span { border-color: #332F50; }
span { border-color: rgb(51,47,80); }
td.TdClassName
{
border-color: #332F50;
}
.TagClassName
{
border-color: #332F50;
}
</style>