Shades of Paua #2C274A
Tints of Paua #2C274A
RGB
CMYK
RGB Variations
Color information
#2C274A (or 0x2C274A) is known color: Paua. HEX triplet: 2C, 27 and 4A. RGB value is (44,39,74). Sum of RGB (Red+Green+Blue) = 44+39+74=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #2C274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C274A is #D3D8B5. Grayscale: #2C2C2C. Windows color (decimal): -13883574 or 4859692. OLE color: 4859692.
HSL color Cylindrical-coordinate representation of color #2C274A: hue angle of 248.57º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C274A is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 39 | 74 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.71 |
| HSL | 248.57º | 0.31% | 0.22% | - |
| HSV(B) | 248.57º | 0.47% | 0.29% | - |
| XYZ | 3 | 2.48 | 6.8 | - |
| YUV | 44.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 39 | 74 | 0.41 | 0.47 | 0 | 0.71 | 248.57 | 0.31 | 0.22 |
| Hex | 2C | 27 | 4A | 29 | 2F | 0 | 47 | F9 | 1F | 16 |
| Octal | 54 | 47 | 112 | 51 | 57 | 0 | 107 | 371 | 37 | 26 |
| Binary | 101100 | 100111 | 1001010 | 101001 | 101111 | 0 | 1000111 | 11111001 | 11111 | 10110 |
Color Harmonies of #2C274A
Complementary color
Monochromatic Colors of #2C274A
Black with #2C274A
Text Example
Text Example
White with #2C274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C274A; }
p { color: rgb(44,39,74); }
H1.HeaderClassName
{
color: #2C274A;
}
.AnyTagClassName
{
color: #2C274A;
}
</style>
background-color css
<style>
a { background-color: #2C274A; }
a { background-color: rgb(44,39,74); }
div.DivClassName
{
background-color: #2C274A;
}
.BgClassName
{
background-color: #2C274A;
}
</style>
border-color css
<style>
span { border-color: #2C274A; }
span { border-color: rgb(44,39,74); }
td.TdClassName
{
border-color: #2C274A;
}
.TagClassName
{
border-color: #2C274A;
}
</style>