Shades of Paua #2C2949
Tints of Paua #2C2949
RGB
CMYK
RGB Variations
Color information
#2C2949 (or 0x2C2949) is known color: Paua. HEX triplet: 2C, 29 and 49. RGB value is (44,41,73). Sum of RGB (Red+Green+Blue) = 44+41+73=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #2C2949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2949 is #D3D6B6. Grayscale: #2D2D2D. Windows color (decimal): -13883063 or 4794668. OLE color: 4794668.
HSL color Cylindrical-coordinate representation of color #2C2949: hue angle of 245.62º 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 #2C2949 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 41 | 73 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.71 |
| HSL | 245.63º | 0.28% | 0.22% | - |
| HSV(B) | 245.63º | 0.44% | 0.29% | - |
| XYZ | 3.03 | 2.6 | 6.65 | - |
| YUV | 45.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 73 | 0.40 | 0.44 | 0 | 0.71 | 245.63 | 0.28 | 0.22 |
| Hex | 2C | 29 | 49 | 28 | 2C | 0 | 47 | F6 | 1C | 16 |
| Octal | 54 | 51 | 111 | 50 | 54 | 0 | 107 | 366 | 34 | 26 |
| Binary | 101100 | 101001 | 1001001 | 101000 | 101100 | 0 | 1000111 | 11110110 | 11100 | 10110 |
Color Harmonies of #2C2949
Complementary color
Monochromatic Colors of #2C2949
Black with #2C2949
Text Example
Text Example
White with #2C2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2949; }
p { color: rgb(44,41,73); }
H1.HeaderClassName
{
color: #2C2949;
}
.AnyTagClassName
{
color: #2C2949;
}
</style>
background-color css
<style>
a { background-color: #2C2949; }
a { background-color: rgb(44,41,73); }
div.DivClassName
{
background-color: #2C2949;
}
.BgClassName
{
background-color: #2C2949;
}
</style>
border-color css
<style>
span { border-color: #2C2949; }
span { border-color: rgb(44,41,73); }
td.TdClassName
{
border-color: #2C2949;
}
.TagClassName
{
border-color: #2C2949;
}
</style>