Shades of Paua #201A49
Tints of Paua #201A49
RGB
CMYK
RGB Variations
Color information
#201A49 (or 0x201A49) is known color: Paua. HEX triplet: 20, 1A and 49. RGB value is (32,26,73). Sum of RGB (Red+Green+Blue) = 32+26+73=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #201A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A49 is #DFE5B6. Grayscale: #202020. Windows color (decimal): -14673335 or 4790816. OLE color: 4790816.
HSL color Cylindrical-coordinate representation of color #201A49: hue angle of 247.66º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #201A49 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 26 | 73 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.71 |
| HSL | 247.66º | 0.47% | 0.19% | - |
| HSV(B) | 247.66º | 0.64% | 0.29% | - |
| XYZ | 2.17 | 1.53 | 6.48 | - |
| YUV | 33.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 73 | 0.56 | 0.64 | 0 | 0.71 | 247.66 | 0.47 | 0.19 |
| Hex | 20 | 1A | 49 | 38 | 40 | 0 | 47 | F8 | 2F | 13 |
| Octal | 40 | 32 | 111 | 70 | 100 | 0 | 107 | 370 | 57 | 23 |
| Binary | 100000 | 11010 | 1001001 | 111000 | 1000000 | 0 | 1000111 | 11111000 | 101111 | 10011 |
Color Harmonies of #201A49
Complementary color
Monochromatic Colors of #201A49
Black with #201A49
Text Example
Text Example
White with #201A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A49; }
p { color: rgb(32,26,73); }
H1.HeaderClassName
{
color: #201A49;
}
.AnyTagClassName
{
color: #201A49;
}
</style>
background-color css
<style>
a { background-color: #201A49; }
a { background-color: rgb(32,26,73); }
div.DivClassName
{
background-color: #201A49;
}
.BgClassName
{
background-color: #201A49;
}
</style>
border-color css
<style>
span { border-color: #201A49; }
span { border-color: rgb(32,26,73); }
td.TdClassName
{
border-color: #201A49;
}
.TagClassName
{
border-color: #201A49;
}
</style>