Shades of Paua #2C2849
Tints of Paua #2C2849
RGB
CMYK
RGB Variations
Color information
#2C2849 (or 0x2C2849) is known color: Paua. HEX triplet: 2C, 28 and 49. RGB value is (44,40,73). Sum of RGB (Red+Green+Blue) = 44+40+73=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #2C2849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2849 is #D3D7B6. Grayscale: #2C2C2C. Windows color (decimal): -13883319 or 4794412. OLE color: 4794412.
HSL color Cylindrical-coordinate representation of color #2C2849: hue angle of 247.27º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C2849 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 40 | 73 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.71 |
| HSL | 247.27º | 0.29% | 0.22% | - |
| HSV(B) | 247.27º | 0.45% | 0.29% | - |
| XYZ | 3 | 2.53 | 6.63 | - |
| YUV | 44.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 73 | 0.40 | 0.45 | 0 | 0.71 | 247.27 | 0.29 | 0.22 |
| Hex | 2C | 28 | 49 | 28 | 2D | 0 | 47 | F7 | 1D | 16 |
| Octal | 54 | 50 | 111 | 50 | 55 | 0 | 107 | 367 | 35 | 26 |
| Binary | 101100 | 101000 | 1001001 | 101000 | 101101 | 0 | 1000111 | 11110111 | 11101 | 10110 |
Color Harmonies of #2C2849
Complementary color
Monochromatic Colors of #2C2849
Black with #2C2849
Text Example
Text Example
White with #2C2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2849; }
p { color: rgb(44,40,73); }
H1.HeaderClassName
{
color: #2C2849;
}
.AnyTagClassName
{
color: #2C2849;
}
</style>
background-color css
<style>
a { background-color: #2C2849; }
a { background-color: rgb(44,40,73); }
div.DivClassName
{
background-color: #2C2849;
}
.BgClassName
{
background-color: #2C2849;
}
</style>
border-color css
<style>
span { border-color: #2C2849; }
span { border-color: rgb(44,40,73); }
td.TdClassName
{
border-color: #2C2849;
}
.TagClassName
{
border-color: #2C2849;
}
</style>