Shades of Paua #2F2949
Tints of Paua #2F2949
RGB
CMYK
RGB Variations
Color information
#2F2949 (or 0x2F2949) is known color: Paua. HEX triplet: 2F, 29 and 49. RGB value is (47,41,73). Sum of RGB (Red+Green+Blue) = 47+41+73=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #2F2949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2949 is #D0D6B6. Grayscale: #2E2E2E. Windows color (decimal): -13686455 or 4794671. OLE color: 4794671.
HSL color Cylindrical-coordinate representation of color #2F2949: hue angle of 251.25º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F2949 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 41 | 73 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.71 |
| HSL | 251.25º | 0.28% | 0.22% | - |
| HSV(B) | 251.25º | 0.44% | 0.29% | - |
| XYZ | 3.17 | 2.67 | 6.65 | - |
| YUV | 46.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 73 | 0.36 | 0.44 | 0 | 0.71 | 251.25 | 0.28 | 0.22 |
| Hex | 2F | 29 | 49 | 24 | 2C | 0 | 47 | FB | 1C | 16 |
| Octal | 57 | 51 | 111 | 44 | 54 | 0 | 107 | 373 | 34 | 26 |
| Binary | 101111 | 101001 | 1001001 | 100100 | 101100 | 0 | 1000111 | 11111011 | 11100 | 10110 |
Color Harmonies of #2F2949
Complementary color
Monochromatic Colors of #2F2949
Black with #2F2949
Text Example
Text Example
White with #2F2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2949; }
p { color: rgb(47,41,73); }
H1.HeaderClassName
{
color: #2F2949;
}
.AnyTagClassName
{
color: #2F2949;
}
</style>
background-color css
<style>
a { background-color: #2F2949; }
a { background-color: rgb(47,41,73); }
div.DivClassName
{
background-color: #2F2949;
}
.BgClassName
{
background-color: #2F2949;
}
</style>
border-color css
<style>
span { border-color: #2F2949; }
span { border-color: rgb(47,41,73); }
td.TdClassName
{
border-color: #2F2949;
}
.TagClassName
{
border-color: #2F2949;
}
</style>