Shades of Paua #201952
Tints of Paua #201952
RGB
CMYK
RGB Variations
Color information
#201952 (or 0x201952) is known color: Paua. HEX triplet: 20, 19 and 52. RGB value is (32,25,82). Sum of RGB (Red+Green+Blue) = 32+25+82=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #201952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201952 is #DFE6AD. Grayscale: #212121. Windows color (decimal): -14673582 or 5380384. OLE color: 5380384.
HSL color Cylindrical-coordinate representation of color #201952: hue angle of 247.37º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #201952 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 25 | 82 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.68 |
| HSL | 247.37º | 0.53% | 0.21% | - |
| HSV(B) | 247.37º | 0.7% | 0.32% | - |
| XYZ | 2.47 | 1.61 | 8.16 | - |
| YUV | 33.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 82 | 0.61 | 0.70 | 0 | 0.68 | 247.37 | 0.53 | 0.21 |
| Hex | 20 | 19 | 52 | 3D | 46 | 0 | 44 | F7 | 35 | 15 |
| Octal | 40 | 31 | 122 | 75 | 106 | 0 | 104 | 367 | 65 | 25 |
| Binary | 100000 | 11001 | 1010010 | 111101 | 1000110 | 0 | 1000100 | 11110111 | 110101 | 10101 |
Color Harmonies of #201952
Complementary color
Monochromatic Colors of #201952
Black with #201952
Text Example
Text Example
White with #201952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201952; }
p { color: rgb(32,25,82); }
H1.HeaderClassName
{
color: #201952;
}
.AnyTagClassName
{
color: #201952;
}
</style>
background-color css
<style>
a { background-color: #201952; }
a { background-color: rgb(32,25,82); }
div.DivClassName
{
background-color: #201952;
}
.BgClassName
{
background-color: #201952;
}
</style>
border-color css
<style>
span { border-color: #201952; }
span { border-color: rgb(32,25,82); }
td.TdClassName
{
border-color: #201952;
}
.TagClassName
{
border-color: #201952;
}
</style>