Shades of Paua #2B2549
Tints of Paua #2B2549
RGB
CMYK
RGB Variations
Color information
#2B2549 (or 0x2B2549) is known color: Paua. HEX triplet: 2B, 25 and 49. RGB value is (43,37,73). Sum of RGB (Red+Green+Blue) = 43+37+73=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B2549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2549 is #D4DAB6. Grayscale: #2A2A2A. Windows color (decimal): -13949623 or 4793643. OLE color: 4793643.
HSL color Cylindrical-coordinate representation of color #2B2549: hue angle of 250º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B2549 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 37 | 73 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.71 |
| HSL | 250º | 0.33% | 0.22% | - |
| HSV(B) | 250º | 0.49% | 0.29% | - |
| XYZ | 2.86 | 2.32 | 6.6 | - |
| YUV | 42.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 73 | 0.41 | 0.49 | 0 | 0.71 | 250 | 0.33 | 0.22 |
| Hex | 2B | 25 | 49 | 29 | 31 | 0 | 47 | FA | 21 | 16 |
| Octal | 53 | 45 | 111 | 51 | 61 | 0 | 107 | 372 | 41 | 26 |
| Binary | 101011 | 100101 | 1001001 | 101001 | 110001 | 0 | 1000111 | 11111010 | 100001 | 10110 |
Color Harmonies of #2B2549
Complementary color
Monochromatic Colors of #2B2549
Black with #2B2549
Text Example
Text Example
White with #2B2549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2549; }
p { color: rgb(43,37,73); }
H1.HeaderClassName
{
color: #2B2549;
}
.AnyTagClassName
{
color: #2B2549;
}
</style>
background-color css
<style>
a { background-color: #2B2549; }
a { background-color: rgb(43,37,73); }
div.DivClassName
{
background-color: #2B2549;
}
.BgClassName
{
background-color: #2B2549;
}
</style>
border-color css
<style>
span { border-color: #2B2549; }
span { border-color: rgb(43,37,73); }
td.TdClassName
{
border-color: #2B2549;
}
.TagClassName
{
border-color: #2B2549;
}
</style>