Shades of Paua #201B47
Tints of Paua #201B47
RGB
CMYK
RGB Variations
Color information
#201B47 (or 0x201B47) is known color: Paua. HEX triplet: 20, 1B and 47. RGB value is (32,27,71). Sum of RGB (Red+Green+Blue) = 32+27+71=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #201B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B47 is #DFE4B8. Grayscale: #212121. Windows color (decimal): -14673081 or 4660000. OLE color: 4660000.
HSL color Cylindrical-coordinate representation of color #201B47: hue angle of 246.82º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #201B47 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 27 | 71 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.72 |
| HSL | 246.82º | 0.45% | 0.19% | - |
| HSV(B) | 246.82º | 0.62% | 0.28% | - |
| XYZ | 2.12 | 1.55 | 6.15 | - |
| YUV | 33.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 71 | 0.55 | 0.62 | 0 | 0.72 | 246.82 | 0.45 | 0.19 |
| Hex | 20 | 1B | 47 | 37 | 3E | 0 | 48 | F7 | 2D | 13 |
| Octal | 40 | 33 | 107 | 67 | 76 | 0 | 110 | 367 | 55 | 23 |
| Binary | 100000 | 11011 | 1000111 | 110111 | 111110 | 0 | 1001000 | 11110111 | 101101 | 10011 |
Color Harmonies of #201B47
Complementary color
Monochromatic Colors of #201B47
Black with #201B47
Text Example
Text Example
White with #201B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B47; }
p { color: rgb(32,27,71); }
H1.HeaderClassName
{
color: #201B47;
}
.AnyTagClassName
{
color: #201B47;
}
</style>
background-color css
<style>
a { background-color: #201B47; }
a { background-color: rgb(32,27,71); }
div.DivClassName
{
background-color: #201B47;
}
.BgClassName
{
background-color: #201B47;
}
</style>
border-color css
<style>
span { border-color: #201B47; }
span { border-color: rgb(32,27,71); }
td.TdClassName
{
border-color: #201B47;
}
.TagClassName
{
border-color: #201B47;
}
</style>