Shades of Paua #201652
Tints of Paua #201652
RGB
CMYK
RGB Variations
Color information
#201652 (or 0x201652) is known color: Paua. HEX triplet: 20, 16 and 52. RGB value is (32,22,82). Sum of RGB (Red+Green+Blue) = 32+22+82=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 82 (32.42% from 255 or 60.29% from 136); Max value from RGB is 82 - color contains mainly: blue. Hex color #201652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201652 is #DFE9AD. Grayscale: #1F1F1F. Windows color (decimal): -14674350 or 5379616. OLE color: 5379616.
HSL color Cylindrical-coordinate representation of color #201652: hue angle of 250º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #201652 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 22 | 82 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.68 |
| HSL | 250º | 0.58% | 0.2% | - |
| HSV(B) | 250º | 0.73% | 0.32% | - |
| XYZ | 2.41 | 1.49 | 8.14 | - |
| YUV | 31.83 | 156.31 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 82 | 0.61 | 0.73 | 0 | 0.68 | 250 | 0.58 | 0.2 |
| Hex | 20 | 16 | 52 | 3D | 49 | 0 | 44 | FA | 3A | 14 |
| Octal | 40 | 26 | 122 | 75 | 111 | 0 | 104 | 372 | 72 | 24 |
| Binary | 100000 | 10110 | 1010010 | 111101 | 1001001 | 0 | 1000100 | 11111010 | 111010 | 10100 |
Color Harmonies of #201652
Complementary color
Monochromatic Colors of #201652
Black with #201652
Text Example
Text Example
White with #201652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201652; }
p { color: rgb(32,22,82); }
H1.HeaderClassName
{
color: #201652;
}
.AnyTagClassName
{
color: #201652;
}
</style>
background-color css
<style>
a { background-color: #201652; }
a { background-color: rgb(32,22,82); }
div.DivClassName
{
background-color: #201652;
}
.BgClassName
{
background-color: #201652;
}
</style>
border-color css
<style>
span { border-color: #201652; }
span { border-color: rgb(32,22,82); }
td.TdClassName
{
border-color: #201652;
}
.TagClassName
{
border-color: #201652;
}
</style>