Shades of Paua #2F2852
Tints of Paua #2F2852
RGB
CMYK
RGB Variations
Color information
#2F2852 (or 0x2F2852) is known color: Paua. HEX triplet: 2F, 28 and 52. RGB value is (47,40,82). Sum of RGB (Red+Green+Blue) = 47+40+82=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #2F2852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2852 is #D0D7AD. Grayscale: #2E2E2E. Windows color (decimal): -13686702 or 5384239. OLE color: 5384239.
HSL color Cylindrical-coordinate representation of color #2F2852: hue angle of 250º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F2852 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 40 | 82 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.68 |
| HSL | 250º | 0.34% | 0.24% | - |
| HSV(B) | 250º | 0.51% | 0.32% | - |
| XYZ | 3.45 | 2.73 | 8.33 | - |
| YUV | 46.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 82 | 0.43 | 0.51 | 0 | 0.68 | 250 | 0.34 | 0.24 |
| Hex | 2F | 28 | 52 | 2B | 33 | 0 | 44 | FA | 22 | 18 |
| Octal | 57 | 50 | 122 | 53 | 63 | 0 | 104 | 372 | 42 | 30 |
| Binary | 101111 | 101000 | 1010010 | 101011 | 110011 | 0 | 1000100 | 11111010 | 100010 | 11000 |
Color Harmonies of #2F2852
Complementary color
Monochromatic Colors of #2F2852
Black with #2F2852
Text Example
Text Example
White with #2F2852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2852; }
p { color: rgb(47,40,82); }
H1.HeaderClassName
{
color: #2F2852;
}
.AnyTagClassName
{
color: #2F2852;
}
</style>
background-color css
<style>
a { background-color: #2F2852; }
a { background-color: rgb(47,40,82); }
div.DivClassName
{
background-color: #2F2852;
}
.BgClassName
{
background-color: #2F2852;
}
</style>
border-color css
<style>
span { border-color: #2F2852; }
span { border-color: rgb(47,40,82); }
td.TdClassName
{
border-color: #2F2852;
}
.TagClassName
{
border-color: #2F2852;
}
</style>