Shades of Paua #2A2848
Tints of Paua #2A2848
RGB
CMYK
RGB Variations
Color information
#2A2848 (or 0x2A2848) is known color: Paua. HEX triplet: 2A, 28 and 48. RGB value is (42,40,72). Sum of RGB (Red+Green+Blue) = 42+40+72=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A2848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2848 is #D5D7B7. Grayscale: #2C2C2C. Windows color (decimal): -14014392 or 4728874. OLE color: 4728874.
HSL color Cylindrical-coordinate representation of color #2A2848: hue angle of 243.75º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A2848 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 40 | 72 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.72 |
| HSL | 243.75º | 0.29% | 0.22% | - |
| HSV(B) | 243.75º | 0.44% | 0.28% | - |
| XYZ | 2.88 | 2.48 | 6.46 | - |
| YUV | 44.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 72 | 0.42 | 0.44 | 0 | 0.72 | 243.75 | 0.29 | 0.22 |
| Hex | 2A | 28 | 48 | 2A | 2C | 0 | 48 | F4 | 1D | 16 |
| Octal | 52 | 50 | 110 | 52 | 54 | 0 | 110 | 364 | 35 | 26 |
| Binary | 101010 | 101000 | 1001000 | 101010 | 101100 | 0 | 1001000 | 11110100 | 11101 | 10110 |
Color Harmonies of #2A2848
Complementary color
Monochromatic Colors of #2A2848
Black with #2A2848
Text Example
Text Example
White with #2A2848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2848; }
p { color: rgb(42,40,72); }
H1.HeaderClassName
{
color: #2A2848;
}
.AnyTagClassName
{
color: #2A2848;
}
</style>
background-color css
<style>
a { background-color: #2A2848; }
a { background-color: rgb(42,40,72); }
div.DivClassName
{
background-color: #2A2848;
}
.BgClassName
{
background-color: #2A2848;
}
</style>
border-color css
<style>
span { border-color: #2A2848; }
span { border-color: rgb(42,40,72); }
td.TdClassName
{
border-color: #2A2848;
}
.TagClassName
{
border-color: #2A2848;
}
</style>