Shades of Paua #2B2449
Tints of Paua #2B2449
RGB
CMYK
RGB Variations
Color information
#2B2449 (or 0x2B2449) is known color: Paua. HEX triplet: 2B, 24 and 49. RGB value is (43,36,73). Sum of RGB (Red+Green+Blue) = 43+36+73=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B2449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2449 is #D4DBB6. Grayscale: #2A2A2A. Windows color (decimal): -13949879 or 4793387. OLE color: 4793387.
HSL color Cylindrical-coordinate representation of color #2B2449: hue angle of 251.35º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B2449 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 36 | 73 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.71 |
| HSL | 251.35º | 0.34% | 0.21% | - |
| HSV(B) | 251.35º | 0.51% | 0.29% | - |
| XYZ | 2.83 | 2.26 | 6.59 | - |
| YUV | 42.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 73 | 0.41 | 0.51 | 0 | 0.71 | 251.35 | 0.34 | 0.21 |
| Hex | 2B | 24 | 49 | 29 | 33 | 0 | 47 | FB | 22 | 15 |
| Octal | 53 | 44 | 111 | 51 | 63 | 0 | 107 | 373 | 42 | 25 |
| Binary | 101011 | 100100 | 1001001 | 101001 | 110011 | 0 | 1000111 | 11111011 | 100010 | 10101 |
Color Harmonies of #2B2449
Complementary color
Monochromatic Colors of #2B2449
Black with #2B2449
Text Example
Text Example
White with #2B2449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2449; }
p { color: rgb(43,36,73); }
H1.HeaderClassName
{
color: #2B2449;
}
.AnyTagClassName
{
color: #2B2449;
}
</style>
background-color css
<style>
a { background-color: #2B2449; }
a { background-color: rgb(43,36,73); }
div.DivClassName
{
background-color: #2B2449;
}
.BgClassName
{
background-color: #2B2449;
}
</style>
border-color css
<style>
span { border-color: #2B2449; }
span { border-color: rgb(43,36,73); }
td.TdClassName
{
border-color: #2B2449;
}
.TagClassName
{
border-color: #2B2449;
}
</style>