Shades of Paua #2F2851
Tints of Paua #2F2851
RGB
CMYK
RGB Variations
Color information
#2F2851 (or 0x2F2851) is known color: Paua. HEX triplet: 2F, 28 and 51. RGB value is (47,40,81). Sum of RGB (Red+Green+Blue) = 47+40+81=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F2851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2851 is #D0D7AE. Grayscale: #2E2E2E. Windows color (decimal): -13686703 or 5318703. OLE color: 5318703.
HSL color Cylindrical-coordinate representation of color #2F2851: hue angle of 250.24º 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 #2F2851 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 40 | 81 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.68 |
| HSL | 250.24º | 0.34% | 0.24% | - |
| HSV(B) | 250.24º | 0.51% | 0.32% | - |
| XYZ | 3.42 | 2.72 | 8.13 | - |
| YUV | 46.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 81 | 0.42 | 0.51 | 0 | 0.68 | 250.24 | 0.34 | 0.24 |
| Hex | 2F | 28 | 51 | 2A | 33 | 0 | 44 | FA | 22 | 18 |
| Octal | 57 | 50 | 121 | 52 | 63 | 0 | 104 | 372 | 42 | 30 |
| Binary | 101111 | 101000 | 1010001 | 101010 | 110011 | 0 | 1000100 | 11111010 | 100010 | 11000 |
Color Harmonies of #2F2851
Complementary color
Monochromatic Colors of #2F2851
Black with #2F2851
Text Example
Text Example
White with #2F2851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2851; }
p { color: rgb(47,40,81); }
H1.HeaderClassName
{
color: #2F2851;
}
.AnyTagClassName
{
color: #2F2851;
}
</style>
background-color css
<style>
a { background-color: #2F2851; }
a { background-color: rgb(47,40,81); }
div.DivClassName
{
background-color: #2F2851;
}
.BgClassName
{
background-color: #2F2851;
}
</style>
border-color css
<style>
span { border-color: #2F2851; }
span { border-color: rgb(47,40,81); }
td.TdClassName
{
border-color: #2F2851;
}
.TagClassName
{
border-color: #2F2851;
}
</style>