Shades of Paua #201F47
Tints of Paua #201F47
RGB
CMYK
RGB Variations
Color information
#201F47 (or 0x201F47) is known color: Paua. HEX triplet: 20, 1F and 47. RGB value is (32,31,71). Sum of RGB (Red+Green+Blue) = 32+31+71=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #201F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201F47 is #DFE0B8. Grayscale: #232323. Windows color (decimal): -14672057 or 4661024. OLE color: 4661024.
HSL color Cylindrical-coordinate representation of color #201F47: hue angle of 241.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #201F47 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 31 | 71 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.72 |
| HSL | 241.5º | 0.39% | 0.2% | - |
| HSV(B) | 241.5º | 0.56% | 0.28% | - |
| XYZ | 2.22 | 1.74 | 6.18 | - |
| YUV | 35.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 71 | 0.55 | 0.56 | 0 | 0.72 | 241.5 | 0.39 | 0.2 |
| Hex | 20 | 1F | 47 | 37 | 38 | 0 | 48 | F2 | 27 | 14 |
| Octal | 40 | 37 | 107 | 67 | 70 | 0 | 110 | 362 | 47 | 24 |
| Binary | 100000 | 11111 | 1000111 | 110111 | 111000 | 0 | 1001000 | 11110010 | 100111 | 10100 |
Color Harmonies of #201F47
Complementary color
Monochromatic Colors of #201F47
Black with #201F47
Text Example
Text Example
White with #201F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F47; }
p { color: rgb(32,31,71); }
H1.HeaderClassName
{
color: #201F47;
}
.AnyTagClassName
{
color: #201F47;
}
</style>
background-color css
<style>
a { background-color: #201F47; }
a { background-color: rgb(32,31,71); }
div.DivClassName
{
background-color: #201F47;
}
.BgClassName
{
background-color: #201F47;
}
</style>
border-color css
<style>
span { border-color: #201F47; }
span { border-color: rgb(32,31,71); }
td.TdClassName
{
border-color: #201F47;
}
.TagClassName
{
border-color: #201F47;
}
</style>