Shades of Paua #2C2747
Tints of Paua #2C2747
RGB
CMYK
RGB Variations
Color information
#2C2747 (or 0x2C2747) is known color: Paua. HEX triplet: 2C, 27 and 47. RGB value is (44,39,71). Sum of RGB (Red+Green+Blue) = 44+39+71=154 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.57% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C2747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2747 is #D3D8B8. Grayscale: #2C2C2C. Windows color (decimal): -13883577 or 4663084. OLE color: 4663084.
HSL color Cylindrical-coordinate representation of color #2C2747: hue angle of 249.38º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C2747 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 39 | 71 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.72 |
| HSL | 249.38º | 0.29% | 0.22% | - |
| HSV(B) | 249.38º | 0.45% | 0.28% | - |
| XYZ | 2.9 | 2.44 | 6.28 | - |
| YUV | 44.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 39 | 71 | 0.38 | 0.45 | 0 | 0.72 | 249.38 | 0.29 | 0.22 |
| Hex | 2C | 27 | 47 | 26 | 2D | 0 | 48 | F9 | 1D | 16 |
| Octal | 54 | 47 | 107 | 46 | 55 | 0 | 110 | 371 | 35 | 26 |
| Binary | 101100 | 100111 | 1000111 | 100110 | 101101 | 0 | 1001000 | 11111001 | 11101 | 10110 |
Color Harmonies of #2C2747
Complementary color
Monochromatic Colors of #2C2747
Black with #2C2747
Text Example
Text Example
White with #2C2747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2747; }
p { color: rgb(44,39,71); }
H1.HeaderClassName
{
color: #2C2747;
}
.AnyTagClassName
{
color: #2C2747;
}
</style>
background-color css
<style>
a { background-color: #2C2747; }
a { background-color: rgb(44,39,71); }
div.DivClassName
{
background-color: #2C2747;
}
.BgClassName
{
background-color: #2C2747;
}
</style>
border-color css
<style>
span { border-color: #2C2747; }
span { border-color: rgb(44,39,71); }
td.TdClassName
{
border-color: #2C2747;
}
.TagClassName
{
border-color: #2C2747;
}
</style>