Shades of Paua #201B44
Tints of Paua #201B44
RGB
CMYK
RGB Variations
Color information
#201B44 (or 0x201B44) is known color: Paua. HEX triplet: 20, 1B and 44. RGB value is (32,27,68). Sum of RGB (Red+Green+Blue) = 32+27+68=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #201B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B44 is #DFE4BB. Grayscale: #212121. Windows color (decimal): -14673084 or 4463392. OLE color: 4463392.
HSL color Cylindrical-coordinate representation of color #201B44: hue angle of 247.32º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #201B44 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 27 | 68 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.73 |
| HSL | 247.32º | 0.43% | 0.19% | - |
| HSV(B) | 247.32º | 0.6% | 0.27% | - |
| XYZ | 2.03 | 1.51 | 5.65 | - |
| YUV | 33.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 68 | 0.53 | 0.60 | 0 | 0.73 | 247.32 | 0.43 | 0.19 |
| Hex | 20 | 1B | 44 | 35 | 3C | 0 | 49 | F7 | 2B | 13 |
| Octal | 40 | 33 | 104 | 65 | 74 | 0 | 111 | 367 | 53 | 23 |
| Binary | 100000 | 11011 | 1000100 | 110101 | 111100 | 0 | 1001001 | 11110111 | 101011 | 10011 |
Color Harmonies of #201B44
Complementary color
Monochromatic Colors of #201B44
Black with #201B44
Text Example
Text Example
White with #201B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B44; }
p { color: rgb(32,27,68); }
H1.HeaderClassName
{
color: #201B44;
}
.AnyTagClassName
{
color: #201B44;
}
</style>
background-color css
<style>
a { background-color: #201B44; }
a { background-color: rgb(32,27,68); }
div.DivClassName
{
background-color: #201B44;
}
.BgClassName
{
background-color: #201B44;
}
</style>
border-color css
<style>
span { border-color: #201B44; }
span { border-color: rgb(32,27,68); }
td.TdClassName
{
border-color: #201B44;
}
.TagClassName
{
border-color: #201B44;
}
</style>