Shades of Paua #201D48
Tints of Paua #201D48
RGB
CMYK
RGB Variations
Color information
#201D48 (or 0x201D48) is known color: Paua. HEX triplet: 20, 1D and 48. RGB value is (32,29,72). Sum of RGB (Red+Green+Blue) = 32+29+72=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #201D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D48 is #DFE2B7. Grayscale: #222222. Windows color (decimal): -14672568 or 4726048. OLE color: 4726048.
HSL color Cylindrical-coordinate representation of color #201D48: hue angle of 244.19º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #201D48 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 29 | 72 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.72 |
| HSL | 244.19º | 0.43% | 0.2% | - |
| HSV(B) | 244.19º | 0.6% | 0.28% | - |
| XYZ | 2.2 | 1.65 | 6.33 | - |
| YUV | 34.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 72 | 0.56 | 0.60 | 0 | 0.72 | 244.19 | 0.43 | 0.2 |
| Hex | 20 | 1D | 48 | 38 | 3C | 0 | 48 | F4 | 2B | 14 |
| Octal | 40 | 35 | 110 | 70 | 74 | 0 | 110 | 364 | 53 | 24 |
| Binary | 100000 | 11101 | 1001000 | 111000 | 111100 | 0 | 1001000 | 11110100 | 101011 | 10100 |
Color Harmonies of #201D48
Complementary color
Monochromatic Colors of #201D48
Black with #201D48
Text Example
Text Example
White with #201D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D48; }
p { color: rgb(32,29,72); }
H1.HeaderClassName
{
color: #201D48;
}
.AnyTagClassName
{
color: #201D48;
}
</style>
background-color css
<style>
a { background-color: #201D48; }
a { background-color: rgb(32,29,72); }
div.DivClassName
{
background-color: #201D48;
}
.BgClassName
{
background-color: #201D48;
}
</style>
border-color css
<style>
span { border-color: #201D48; }
span { border-color: rgb(32,29,72); }
td.TdClassName
{
border-color: #201D48;
}
.TagClassName
{
border-color: #201D48;
}
</style>