Shades of Paua #201B42
Tints of Paua #201B42
RGB
CMYK
RGB Variations
Color information
#201B42 (or 0x201B42) is known color: Paua. HEX triplet: 20, 1B and 42. RGB value is (32,27,66). Sum of RGB (Red+Green+Blue) = 32+27+66=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 66 (26.17% from 255 or 52.8% from 125); Max value from RGB is 66 - color contains mainly: blue. Hex color #201B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B42 is #DFE4BD. Grayscale: #202020. Windows color (decimal): -14673086 or 4332320. OLE color: 4332320.
HSL color Cylindrical-coordinate representation of color #201B42: hue angle of 247.69º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #201B42 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 27 | 66 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.74 |
| HSL | 247.69º | 0.42% | 0.18% | - |
| HSV(B) | 247.69º | 0.59% | 0.26% | - |
| XYZ | 1.97 | 1.48 | 5.34 | - |
| YUV | 32.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 66 | 0.52 | 0.59 | 0 | 0.74 | 247.69 | 0.42 | 0.18 |
| Hex | 20 | 1B | 42 | 34 | 3B | 0 | 4A | F8 | 2A | 12 |
| Octal | 40 | 33 | 102 | 64 | 73 | 0 | 112 | 370 | 52 | 22 |
| Binary | 100000 | 11011 | 1000010 | 110100 | 111011 | 0 | 1001010 | 11111000 | 101010 | 10010 |
Color Harmonies of #201B42
Complementary color
Monochromatic Colors of #201B42
Black with #201B42
Text Example
Text Example
White with #201B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B42; }
p { color: rgb(32,27,66); }
H1.HeaderClassName
{
color: #201B42;
}
.AnyTagClassName
{
color: #201B42;
}
</style>
background-color css
<style>
a { background-color: #201B42; }
a { background-color: rgb(32,27,66); }
div.DivClassName
{
background-color: #201B42;
}
.BgClassName
{
background-color: #201B42;
}
</style>
border-color css
<style>
span { border-color: #201B42; }
span { border-color: rgb(32,27,66); }
td.TdClassName
{
border-color: #201B42;
}
.TagClassName
{
border-color: #201B42;
}
</style>