Shades of Paua #2B2152
Tints of Paua #2B2152
RGB
CMYK
RGB Variations
Color information
#2B2152 (or 0x2B2152) is known color: Paua. HEX triplet: 2B, 21 and 52. RGB value is (43,33,82). Sum of RGB (Red+Green+Blue) = 43+33+82=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #2B2152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2152 is #D4DEAD. Grayscale: #292929. Windows color (decimal): -13950638 or 5382443. OLE color: 5382443.
HSL color Cylindrical-coordinate representation of color #2B2152: hue angle of 252.24º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B2152 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 33 | 82 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.68 |
| HSL | 252.24º | 0.43% | 0.23% | - |
| HSV(B) | 252.24º | 0.6% | 0.32% | - |
| XYZ | 3.06 | 2.21 | 8.25 | - |
| YUV | 41.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 82 | 0.48 | 0.60 | 0 | 0.68 | 252.24 | 0.43 | 0.23 |
| Hex | 2B | 21 | 52 | 30 | 3C | 0 | 44 | FC | 2B | 17 |
| Octal | 53 | 41 | 122 | 60 | 74 | 0 | 104 | 374 | 53 | 27 |
| Binary | 101011 | 100001 | 1010010 | 110000 | 111100 | 0 | 1000100 | 11111100 | 101011 | 10111 |
Color Harmonies of #2B2152
Complementary color
Monochromatic Colors of #2B2152
Black with #2B2152
Text Example
Text Example
White with #2B2152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2152; }
p { color: rgb(43,33,82); }
H1.HeaderClassName
{
color: #2B2152;
}
.AnyTagClassName
{
color: #2B2152;
}
</style>
background-color css
<style>
a { background-color: #2B2152; }
a { background-color: rgb(43,33,82); }
div.DivClassName
{
background-color: #2B2152;
}
.BgClassName
{
background-color: #2B2152;
}
</style>
border-color css
<style>
span { border-color: #2B2152; }
span { border-color: rgb(43,33,82); }
td.TdClassName
{
border-color: #2B2152;
}
.TagClassName
{
border-color: #2B2152;
}
</style>