Shades of Paua #201C41
Tints of Paua #201C41
RGB
CMYK
RGB Variations
Color information
#201C41 (or 0x201C41) is known color: Paua. HEX triplet: 20, 1C and 41. RGB value is (32,28,65). Sum of RGB (Red+Green+Blue) = 32+28+65=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #201C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C41 is #DFE3BE. Grayscale: #212121. Windows color (decimal): -14672831 or 4267040. OLE color: 4267040.
HSL color Cylindrical-coordinate representation of color #201C41: hue angle of 246.49º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #201C41 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 28 | 65 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.75 |
| HSL | 246.49º | 0.4% | 0.18% | - |
| HSV(B) | 246.49º | 0.57% | 0.25% | - |
| XYZ | 1.97 | 1.52 | 5.19 | - |
| YUV | 33.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 65 | 0.51 | 0.57 | 0 | 0.75 | 246.49 | 0.4 | 0.18 |
| Hex | 20 | 1C | 41 | 33 | 39 | 0 | 4B | F6 | 28 | 12 |
| Octal | 40 | 34 | 101 | 63 | 71 | 0 | 113 | 366 | 50 | 22 |
| Binary | 100000 | 11100 | 1000001 | 110011 | 111001 | 0 | 1001011 | 11110110 | 101000 | 10010 |
Color Harmonies of #201C41
Complementary color
Monochromatic Colors of #201C41
Black with #201C41
Text Example
Text Example
White with #201C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C41; }
p { color: rgb(32,28,65); }
H1.HeaderClassName
{
color: #201C41;
}
.AnyTagClassName
{
color: #201C41;
}
</style>
background-color css
<style>
a { background-color: #201C41; }
a { background-color: rgb(32,28,65); }
div.DivClassName
{
background-color: #201C41;
}
.BgClassName
{
background-color: #201C41;
}
</style>
border-color css
<style>
span { border-color: #201C41; }
span { border-color: rgb(32,28,65); }
td.TdClassName
{
border-color: #201C41;
}
.TagClassName
{
border-color: #201C41;
}
</style>