Shades of Paua #201B50
Tints of Paua #201B50
RGB
CMYK
RGB Variations
Color information
#201B50 (or 0x201B50) is known color: Paua. HEX triplet: 20, 1B and 50. RGB value is (32,27,80). Sum of RGB (Red+Green+Blue) = 32+27+80=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #201B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B50 is #DFE4AF. Grayscale: #222222. Windows color (decimal): -14673072 or 5249824. OLE color: 5249824.
HSL color Cylindrical-coordinate representation of color #201B50: hue angle of 245.66º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #201B50 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 27 | 80 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.69 |
| HSL | 245.66º | 0.5% | 0.21% | - |
| HSV(B) | 245.66º | 0.66% | 0.31% | - |
| XYZ | 2.44 | 1.67 | 7.78 | - |
| YUV | 34.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 80 | 0.60 | 0.66 | 0 | 0.69 | 245.66 | 0.5 | 0.21 |
| Hex | 20 | 1B | 50 | 3C | 42 | 0 | 45 | F6 | 32 | 15 |
| Octal | 40 | 33 | 120 | 74 | 102 | 0 | 105 | 366 | 62 | 25 |
| Binary | 100000 | 11011 | 1010000 | 111100 | 1000010 | 0 | 1000101 | 11110110 | 110010 | 10101 |
Color Harmonies of #201B50
Complementary color
Monochromatic Colors of #201B50
Black with #201B50
Text Example
Text Example
White with #201B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B50; }
p { color: rgb(32,27,80); }
H1.HeaderClassName
{
color: #201B50;
}
.AnyTagClassName
{
color: #201B50;
}
</style>
background-color css
<style>
a { background-color: #201B50; }
a { background-color: rgb(32,27,80); }
div.DivClassName
{
background-color: #201B50;
}
.BgClassName
{
background-color: #201B50;
}
</style>
border-color css
<style>
span { border-color: #201B50; }
span { border-color: rgb(32,27,80); }
td.TdClassName
{
border-color: #201B50;
}
.TagClassName
{
border-color: #201B50;
}
</style>