Shades of Paua #201F51
Tints of Paua #201F51
RGB
CMYK
RGB Variations
Color information
#201F51 (or 0x201F51) is known color: Paua. HEX triplet: 20, 1F and 51. RGB value is (32,31,81). Sum of RGB (Red+Green+Blue) = 32+31+81=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #201F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F51 is #DFE0AE. Grayscale: #242424. Windows color (decimal): -14672047 or 5316384. OLE color: 5316384.
HSL color Cylindrical-coordinate representation of color #201F51: hue angle of 241.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #201F51 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 31 | 81 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.68 |
| HSL | 241.2º | 0.45% | 0.22% | - |
| HSV(B) | 241.2º | 0.62% | 0.32% | - |
| XYZ | 2.57 | 1.88 | 8.01 | - |
| YUV | 37 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 81 | 0.60 | 0.62 | 0 | 0.68 | 241.2 | 0.45 | 0.22 |
| Hex | 20 | 1F | 51 | 3C | 3E | 0 | 44 | F1 | 2D | 16 |
| Octal | 40 | 37 | 121 | 74 | 76 | 0 | 104 | 361 | 55 | 26 |
| Binary | 100000 | 11111 | 1010001 | 111100 | 111110 | 0 | 1000100 | 11110001 | 101101 | 10110 |
Color Harmonies of #201F51
Complementary color
Monochromatic Colors of #201F51
Black with #201F51
Text Example
Text Example
White with #201F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F51; }
p { color: rgb(32,31,81); }
H1.HeaderClassName
{
color: #201F51;
}
.AnyTagClassName
{
color: #201F51;
}
</style>
background-color css
<style>
a { background-color: #201F51; }
a { background-color: rgb(32,31,81); }
div.DivClassName
{
background-color: #201F51;
}
.BgClassName
{
background-color: #201F51;
}
</style>
border-color css
<style>
span { border-color: #201F51; }
span { border-color: rgb(32,31,81); }
td.TdClassName
{
border-color: #201F51;
}
.TagClassName
{
border-color: #201F51;
}
</style>