Shades of Paua #201D50
Tints of Paua #201D50
RGB
CMYK
RGB Variations
Color information
#201D50 (or 0x201D50) is known color: Paua. HEX triplet: 20, 1D and 50. RGB value is (32,29,80). Sum of RGB (Red+Green+Blue) = 32+29+80=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #201D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D50 is #DFE2AF. Grayscale: #232323. Windows color (decimal): -14672560 or 5250336. OLE color: 5250336.
HSL color Cylindrical-coordinate representation of color #201D50: hue angle of 243.53º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #201D50 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 29 | 80 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.69 |
| HSL | 243.53º | 0.47% | 0.21% | - |
| HSV(B) | 243.53º | 0.64% | 0.31% | - |
| XYZ | 2.48 | 1.76 | 7.8 | - |
| YUV | 35.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 80 | 0.60 | 0.64 | 0 | 0.69 | 243.53 | 0.47 | 0.21 |
| Hex | 20 | 1D | 50 | 3C | 40 | 0 | 45 | F4 | 2F | 15 |
| Octal | 40 | 35 | 120 | 74 | 100 | 0 | 105 | 364 | 57 | 25 |
| Binary | 100000 | 11101 | 1010000 | 111100 | 1000000 | 0 | 1000101 | 11110100 | 101111 | 10101 |
Color Harmonies of #201D50
Complementary color
Monochromatic Colors of #201D50
Black with #201D50
Text Example
Text Example
White with #201D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D50; }
p { color: rgb(32,29,80); }
H1.HeaderClassName
{
color: #201D50;
}
.AnyTagClassName
{
color: #201D50;
}
</style>
background-color css
<style>
a { background-color: #201D50; }
a { background-color: rgb(32,29,80); }
div.DivClassName
{
background-color: #201D50;
}
.BgClassName
{
background-color: #201D50;
}
</style>
border-color css
<style>
span { border-color: #201D50; }
span { border-color: rgb(32,29,80); }
td.TdClassName
{
border-color: #201D50;
}
.TagClassName
{
border-color: #201D50;
}
</style>