Shades of Paua #2B2750
Tints of Paua #2B2750
RGB
CMYK
RGB Variations
Color information
#2B2750 (or 0x2B2750) is known color: Paua. HEX triplet: 2B, 27 and 50. RGB value is (43,39,80). Sum of RGB (Red+Green+Blue) = 43+39+80=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B2750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2750 is #D4D8AF. Grayscale: #2C2C2C. Windows color (decimal): -13949104 or 5252907. OLE color: 5252907.
HSL color Cylindrical-coordinate representation of color #2B2750: hue angle of 245.85º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B2750 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 39 | 80 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.69 |
| HSL | 245.85º | 0.34% | 0.23% | - |
| HSV(B) | 245.85º | 0.51% | 0.31% | - |
| XYZ | 3.17 | 2.54 | 7.91 | - |
| YUV | 44.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 80 | 0.46 | 0.51 | 0 | 0.69 | 245.85 | 0.34 | 0.23 |
| Hex | 2B | 27 | 50 | 2E | 33 | 0 | 45 | F6 | 22 | 17 |
| Octal | 53 | 47 | 120 | 56 | 63 | 0 | 105 | 366 | 42 | 27 |
| Binary | 101011 | 100111 | 1010000 | 101110 | 110011 | 0 | 1000101 | 11110110 | 100010 | 10111 |
Color Harmonies of #2B2750
Complementary color
Monochromatic Colors of #2B2750
Black with #2B2750
Text Example
Text Example
White with #2B2750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2750; }
p { color: rgb(43,39,80); }
H1.HeaderClassName
{
color: #2B2750;
}
.AnyTagClassName
{
color: #2B2750;
}
</style>
background-color css
<style>
a { background-color: #2B2750; }
a { background-color: rgb(43,39,80); }
div.DivClassName
{
background-color: #2B2750;
}
.BgClassName
{
background-color: #2B2750;
}
</style>
border-color css
<style>
span { border-color: #2B2750; }
span { border-color: rgb(43,39,80); }
td.TdClassName
{
border-color: #2B2750;
}
.TagClassName
{
border-color: #2B2750;
}
</style>