Shades of Paua #2E2949
Tints of Paua #2E2949
RGB
CMYK
RGB Variations
Color information
#2E2949 (or 0x2E2949) is known color: Paua. HEX triplet: 2E, 29 and 49. RGB value is (46,41,73). Sum of RGB (Red+Green+Blue) = 46+41+73=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E2949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2949 is #D1D6B6. Grayscale: #2E2E2E. Windows color (decimal): -13751991 or 4794670. OLE color: 4794670.
HSL color Cylindrical-coordinate representation of color #2E2949: hue angle of 249.38º 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 #2E2949 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 41 | 73 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.71 |
| HSL | 249.38º | 0.28% | 0.22% | - |
| HSV(B) | 249.38º | 0.44% | 0.29% | - |
| XYZ | 3.12 | 2.65 | 6.65 | - |
| YUV | 46.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 73 | 0.37 | 0.44 | 0 | 0.71 | 249.38 | 0.28 | 0.22 |
| Hex | 2E | 29 | 49 | 25 | 2C | 0 | 47 | F9 | 1C | 16 |
| Octal | 56 | 51 | 111 | 45 | 54 | 0 | 107 | 371 | 34 | 26 |
| Binary | 101110 | 101001 | 1001001 | 100101 | 101100 | 0 | 1000111 | 11111001 | 11100 | 10110 |
Color Harmonies of #2E2949
Complementary color
Monochromatic Colors of #2E2949
Black with #2E2949
Text Example
Text Example
White with #2E2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2949; }
p { color: rgb(46,41,73); }
H1.HeaderClassName
{
color: #2E2949;
}
.AnyTagClassName
{
color: #2E2949;
}
</style>
background-color css
<style>
a { background-color: #2E2949; }
a { background-color: rgb(46,41,73); }
div.DivClassName
{
background-color: #2E2949;
}
.BgClassName
{
background-color: #2E2949;
}
</style>
border-color css
<style>
span { border-color: #2E2949; }
span { border-color: rgb(46,41,73); }
td.TdClassName
{
border-color: #2E2949;
}
.TagClassName
{
border-color: #2E2949;
}
</style>