Shades of Paua #201B51
Tints of Paua #201B51
RGB
CMYK
RGB Variations
Color information
#201B51 (or 0x201B51) is known color: Paua. HEX triplet: 20, 1B and 51. RGB value is (32,27,81). Sum of RGB (Red+Green+Blue) = 32+27+81=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #201B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B51 is #DFE4AE. Grayscale: #222222. Windows color (decimal): -14673071 or 5315360. OLE color: 5315360.
HSL color Cylindrical-coordinate representation of color #201B51: hue angle of 245.56º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #201B51 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 27 | 81 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.68 |
| HSL | 245.56º | 0.5% | 0.21% | - |
| HSV(B) | 245.56º | 0.67% | 0.32% | - |
| XYZ | 2.47 | 1.69 | 7.98 | - |
| YUV | 34.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 81 | 0.60 | 0.67 | 0 | 0.68 | 245.56 | 0.5 | 0.21 |
| Hex | 20 | 1B | 51 | 3C | 43 | 0 | 44 | F6 | 32 | 15 |
| Octal | 40 | 33 | 121 | 74 | 103 | 0 | 104 | 366 | 62 | 25 |
| Binary | 100000 | 11011 | 1010001 | 111100 | 1000011 | 0 | 1000100 | 11110110 | 110010 | 10101 |
Color Harmonies of #201B51
Complementary color
Monochromatic Colors of #201B51
Black with #201B51
Text Example
Text Example
White with #201B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B51; }
p { color: rgb(32,27,81); }
H1.HeaderClassName
{
color: #201B51;
}
.AnyTagClassName
{
color: #201B51;
}
</style>
background-color css
<style>
a { background-color: #201B51; }
a { background-color: rgb(32,27,81); }
div.DivClassName
{
background-color: #201B51;
}
.BgClassName
{
background-color: #201B51;
}
</style>
border-color css
<style>
span { border-color: #201B51; }
span { border-color: rgb(32,27,81); }
td.TdClassName
{
border-color: #201B51;
}
.TagClassName
{
border-color: #201B51;
}
</style>