Shades of Paua #201749
Tints of Paua #201749
RGB
CMYK
RGB Variations
Color information
#201749 (or 0x201749) is known color: Paua. HEX triplet: 20, 17 and 49. RGB value is (32,23,73). Sum of RGB (Red+Green+Blue) = 32+23+73=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #201749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201749 is #DFE8B6. Grayscale: #1F1F1F. Windows color (decimal): -14674103 or 4790048. OLE color: 4790048.
HSL color Cylindrical-coordinate representation of color #201749: hue angle of 250.8º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #201749 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 23 | 73 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.71 |
| HSL | 250.8º | 0.52% | 0.19% | - |
| HSV(B) | 250.8º | 0.68% | 0.29% | - |
| XYZ | 2.1 | 1.4 | 6.46 | - |
| YUV | 31.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 73 | 0.56 | 0.68 | 0 | 0.71 | 250.8 | 0.52 | 0.19 |
| Hex | 20 | 17 | 49 | 38 | 44 | 0 | 47 | FB | 34 | 13 |
| Octal | 40 | 27 | 111 | 70 | 104 | 0 | 107 | 373 | 64 | 23 |
| Binary | 100000 | 10111 | 1001001 | 111000 | 1000100 | 0 | 1000111 | 11111011 | 110100 | 10011 |
Color Harmonies of #201749
Complementary color
Monochromatic Colors of #201749
Black with #201749
Text Example
Text Example
White with #201749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201749; }
p { color: rgb(32,23,73); }
H1.HeaderClassName
{
color: #201749;
}
.AnyTagClassName
{
color: #201749;
}
</style>
background-color css
<style>
a { background-color: #201749; }
a { background-color: rgb(32,23,73); }
div.DivClassName
{
background-color: #201749;
}
.BgClassName
{
background-color: #201749;
}
</style>
border-color css
<style>
span { border-color: #201749; }
span { border-color: rgb(32,23,73); }
td.TdClassName
{
border-color: #201749;
}
.TagClassName
{
border-color: #201749;
}
</style>