Shades of Paua #2F2D50
Tints of Paua #2F2D50
RGB
CMYK
RGB Variations
Color information
#2F2D50 (or 0x2F2D50) is known color: Paua. HEX triplet: 2F, 2D and 50. RGB value is (47,45,80). Sum of RGB (Red+Green+Blue) = 47+45+80=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F2D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2D50 is #D0D2AF. Grayscale: #313131. Windows color (decimal): -13685424 or 5254447. OLE color: 5254447.
HSL color Cylindrical-coordinate representation of color #2F2D50: hue angle of 243.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F2D50 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 45 | 80 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.69 |
| HSL | 243.43º | 0.28% | 0.25% | - |
| HSV(B) | 243.43º | 0.44% | 0.31% | - |
| XYZ | 3.56 | 3.06 | 7.99 | - |
| YUV | 49.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 80 | 0.41 | 0.44 | 0 | 0.69 | 243.43 | 0.28 | 0.25 |
| Hex | 2F | 2D | 50 | 29 | 2C | 0 | 45 | F3 | 1C | 19 |
| Octal | 57 | 55 | 120 | 51 | 54 | 0 | 105 | 363 | 34 | 31 |
| Binary | 101111 | 101101 | 1010000 | 101001 | 101100 | 0 | 1000101 | 11110011 | 11100 | 11001 |
Color Harmonies of #2F2D50
Complementary color
Monochromatic Colors of #2F2D50
Black with #2F2D50
Text Example
Text Example
White with #2F2D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2D50; }
p { color: rgb(47,45,80); }
H1.HeaderClassName
{
color: #2F2D50;
}
.AnyTagClassName
{
color: #2F2D50;
}
</style>
background-color css
<style>
a { background-color: #2F2D50; }
a { background-color: rgb(47,45,80); }
div.DivClassName
{
background-color: #2F2D50;
}
.BgClassName
{
background-color: #2F2D50;
}
</style>
border-color css
<style>
span { border-color: #2F2D50; }
span { border-color: rgb(47,45,80); }
td.TdClassName
{
border-color: #2F2D50;
}
.TagClassName
{
border-color: #2F2D50;
}
</style>