Shades of Paua #201B46
Tints of Paua #201B46
RGB
CMYK
RGB Variations
Color information
#201B46 (or 0x201B46) is known color: Paua. HEX triplet: 20, 1B and 46. RGB value is (32,27,70). Sum of RGB (Red+Green+Blue) = 32+27+70=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #201B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B46 is #DFE4B9. Grayscale: #212121. Windows color (decimal): -14673082 or 4594464. OLE color: 4594464.
HSL color Cylindrical-coordinate representation of color #201B46: hue angle of 246.98º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #201B46 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 27 | 70 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.73 |
| HSL | 246.98º | 0.44% | 0.19% | - |
| HSV(B) | 246.98º | 0.61% | 0.27% | - |
| XYZ | 2.09 | 1.53 | 5.98 | - |
| YUV | 33.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 70 | 0.54 | 0.61 | 0 | 0.73 | 246.98 | 0.44 | 0.19 |
| Hex | 20 | 1B | 46 | 36 | 3D | 0 | 49 | F7 | 2C | 13 |
| Octal | 40 | 33 | 106 | 66 | 75 | 0 | 111 | 367 | 54 | 23 |
| Binary | 100000 | 11011 | 1000110 | 110110 | 111101 | 0 | 1001001 | 11110111 | 101100 | 10011 |
Color Harmonies of #201B46
Complementary color
Monochromatic Colors of #201B46
Black with #201B46
Text Example
Text Example
White with #201B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B46; }
p { color: rgb(32,27,70); }
H1.HeaderClassName
{
color: #201B46;
}
.AnyTagClassName
{
color: #201B46;
}
</style>
background-color css
<style>
a { background-color: #201B46; }
a { background-color: rgb(32,27,70); }
div.DivClassName
{
background-color: #201B46;
}
.BgClassName
{
background-color: #201B46;
}
</style>
border-color css
<style>
span { border-color: #201B46; }
span { border-color: rgb(32,27,70); }
td.TdClassName
{
border-color: #201B46;
}
.TagClassName
{
border-color: #201B46;
}
</style>