Shades of Paua #211F47
Tints of Paua #211F47
RGB
CMYK
RGB Variations
Color information
#211F47 (or 0x211F47) is known color: Paua. HEX triplet: 21, 1F and 47. RGB value is (33,31,71). Sum of RGB (Red+Green+Blue) = 33+31+71=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #211F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F47 is #DEE0B8. Grayscale: #242424. Windows color (decimal): -14606521 or 4661025. OLE color: 4661025.
HSL color Cylindrical-coordinate representation of color #211F47: hue angle of 243º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #211F47 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 31 | 71 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.72 |
| HSL | 243º | 0.39% | 0.2% | - |
| HSV(B) | 243º | 0.56% | 0.28% | - |
| XYZ | 2.25 | 1.76 | 6.18 | - |
| YUV | 36.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 71 | 0.54 | 0.56 | 0 | 0.72 | 243 | 0.39 | 0.2 |
| Hex | 21 | 1F | 47 | 36 | 38 | 0 | 48 | F3 | 27 | 14 |
| Octal | 41 | 37 | 107 | 66 | 70 | 0 | 110 | 363 | 47 | 24 |
| Binary | 100001 | 11111 | 1000111 | 110110 | 111000 | 0 | 1001000 | 11110011 | 100111 | 10100 |
Color Harmonies of #211F47
Complementary color
Monochromatic Colors of #211F47
Black with #211F47
Text Example
Text Example
White with #211F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F47; }
p { color: rgb(33,31,71); }
H1.HeaderClassName
{
color: #211F47;
}
.AnyTagClassName
{
color: #211F47;
}
</style>
background-color css
<style>
a { background-color: #211F47; }
a { background-color: rgb(33,31,71); }
div.DivClassName
{
background-color: #211F47;
}
.BgClassName
{
background-color: #211F47;
}
</style>
border-color css
<style>
span { border-color: #211F47; }
span { border-color: rgb(33,31,71); }
td.TdClassName
{
border-color: #211F47;
}
.TagClassName
{
border-color: #211F47;
}
</style>