Shades of Paua #201850
Tints of Paua #201850
RGB
CMYK
RGB Variations
Color information
#201850 (or 0x201850) is known color: Paua. HEX triplet: 20, 18 and 50. RGB value is (32,24,80). Sum of RGB (Red+Green+Blue) = 32+24+80=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #201850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201850 is #DFE7AF. Grayscale: #202020. Windows color (decimal): -14673840 or 5249056. OLE color: 5249056.
HSL color Cylindrical-coordinate representation of color #201850: hue angle of 248.57º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #201850 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 24 | 80 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.69 |
| HSL | 248.57º | 0.54% | 0.2% | - |
| HSV(B) | 248.57º | 0.7% | 0.31% | - |
| XYZ | 2.37 | 1.54 | 7.76 | - |
| YUV | 32.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 80 | 0.60 | 0.70 | 0 | 0.69 | 248.57 | 0.54 | 0.2 |
| Hex | 20 | 18 | 50 | 3C | 46 | 0 | 45 | F9 | 36 | 14 |
| Octal | 40 | 30 | 120 | 74 | 106 | 0 | 105 | 371 | 66 | 24 |
| Binary | 100000 | 11000 | 1010000 | 111100 | 1000110 | 0 | 1000101 | 11111001 | 110110 | 10100 |
Color Harmonies of #201850
Complementary color
Monochromatic Colors of #201850
Black with #201850
Text Example
Text Example
White with #201850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201850; }
p { color: rgb(32,24,80); }
H1.HeaderClassName
{
color: #201850;
}
.AnyTagClassName
{
color: #201850;
}
</style>
background-color css
<style>
a { background-color: #201850; }
a { background-color: rgb(32,24,80); }
div.DivClassName
{
background-color: #201850;
}
.BgClassName
{
background-color: #201850;
}
</style>
border-color css
<style>
span { border-color: #201850; }
span { border-color: rgb(32,24,80); }
td.TdClassName
{
border-color: #201850;
}
.TagClassName
{
border-color: #201850;
}
</style>