Shades of Paua #201B52
Tints of Paua #201B52
RGB
CMYK
RGB Variations
Color information
#201B52 (or 0x201B52) is known color: Paua. HEX triplet: 20, 1B and 52. RGB value is (32,27,82). Sum of RGB (Red+Green+Blue) = 32+27+82=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #201B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B52 is #DFE4AD. Grayscale: #222222. Windows color (decimal): -14673070 or 5380896. OLE color: 5380896.
HSL color Cylindrical-coordinate representation of color #201B52: hue angle of 245.45º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #201B52 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 27 | 82 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.68 |
| HSL | 245.45º | 0.5% | 0.21% | - |
| HSV(B) | 245.45º | 0.67% | 0.32% | - |
| XYZ | 2.51 | 1.7 | 8.18 | - |
| YUV | 34.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 82 | 0.61 | 0.67 | 0 | 0.68 | 245.45 | 0.5 | 0.21 |
| Hex | 20 | 1B | 52 | 3D | 43 | 0 | 44 | F5 | 32 | 15 |
| Octal | 40 | 33 | 122 | 75 | 103 | 0 | 104 | 365 | 62 | 25 |
| Binary | 100000 | 11011 | 1010010 | 111101 | 1000011 | 0 | 1000100 | 11110101 | 110010 | 10101 |
Color Harmonies of #201B52
Complementary color
Monochromatic Colors of #201B52
Black with #201B52
Text Example
Text Example
White with #201B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B52; }
p { color: rgb(32,27,82); }
H1.HeaderClassName
{
color: #201B52;
}
.AnyTagClassName
{
color: #201B52;
}
</style>
background-color css
<style>
a { background-color: #201B52; }
a { background-color: rgb(32,27,82); }
div.DivClassName
{
background-color: #201B52;
}
.BgClassName
{
background-color: #201B52;
}
</style>
border-color css
<style>
span { border-color: #201B52; }
span { border-color: rgb(32,27,82); }
td.TdClassName
{
border-color: #201B52;
}
.TagClassName
{
border-color: #201B52;
}
</style>