Shades of Paua #201352
Tints of Paua #201352
RGB
CMYK
RGB Variations
Color information
#201352 (or 0x201352) is known color: Paua. HEX triplet: 20, 13 and 52. RGB value is (32,19,82). Sum of RGB (Red+Green+Blue) = 32+19+82=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #201352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201352 is #DFECAD. Grayscale: #1D1D1D. Windows color (decimal): -14675118 or 5378848. OLE color: 5378848.
HSL color Cylindrical-coordinate representation of color #201352: hue angle of 252.38º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201352 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 19 | 82 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.68 |
| HSL | 252.38º | 0.62% | 0.2% | - |
| HSV(B) | 252.38º | 0.77% | 0.32% | - |
| XYZ | 2.35 | 1.38 | 8.13 | - |
| YUV | 30.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 82 | 0.61 | 0.77 | 0 | 0.68 | 252.38 | 0.62 | 0.2 |
| Hex | 20 | 13 | 52 | 3D | 4D | 0 | 44 | FC | 3E | 14 |
| Octal | 40 | 23 | 122 | 75 | 115 | 0 | 104 | 374 | 76 | 24 |
| Binary | 100000 | 10011 | 1010010 | 111101 | 1001101 | 0 | 1000100 | 11111100 | 111110 | 10100 |
Color Harmonies of #201352
Complementary color
Monochromatic Colors of #201352
Black with #201352
Text Example
Text Example
White with #201352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201352; }
p { color: rgb(32,19,82); }
H1.HeaderClassName
{
color: #201352;
}
.AnyTagClassName
{
color: #201352;
}
</style>
background-color css
<style>
a { background-color: #201352; }
a { background-color: rgb(32,19,82); }
div.DivClassName
{
background-color: #201352;
}
.BgClassName
{
background-color: #201352;
}
</style>
border-color css
<style>
span { border-color: #201352; }
span { border-color: rgb(32,19,82); }
td.TdClassName
{
border-color: #201352;
}
.TagClassName
{
border-color: #201352;
}
</style>