Shades of Paua #211B47
Tints of Paua #211B47
RGB
CMYK
RGB Variations
Color information
#211B47 (or 0x211B47) is known color: Paua. HEX triplet: 21, 1B and 47. RGB value is (33,27,71). Sum of RGB (Red+Green+Blue) = 33+27+71=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #211B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B47 is #DEE4B8. Grayscale: #212121. Windows color (decimal): -14607545 or 4660001. OLE color: 4660001.
HSL color Cylindrical-coordinate representation of color #211B47: hue angle of 248.18º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #211B47 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 27 | 71 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.72 |
| HSL | 248.18º | 0.45% | 0.19% | - |
| HSV(B) | 248.18º | 0.62% | 0.28% | - |
| XYZ | 2.16 | 1.56 | 6.15 | - |
| YUV | 33.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 71 | 0.54 | 0.62 | 0 | 0.72 | 248.18 | 0.45 | 0.19 |
| Hex | 21 | 1B | 47 | 36 | 3E | 0 | 48 | F8 | 2D | 13 |
| Octal | 41 | 33 | 107 | 66 | 76 | 0 | 110 | 370 | 55 | 23 |
| Binary | 100001 | 11011 | 1000111 | 110110 | 111110 | 0 | 1001000 | 11111000 | 101101 | 10011 |
Color Harmonies of #211B47
Complementary color
Monochromatic Colors of #211B47
Black with #211B47
Text Example
Text Example
White with #211B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B47; }
p { color: rgb(33,27,71); }
H1.HeaderClassName
{
color: #211B47;
}
.AnyTagClassName
{
color: #211B47;
}
</style>
background-color css
<style>
a { background-color: #211B47; }
a { background-color: rgb(33,27,71); }
div.DivClassName
{
background-color: #211B47;
}
.BgClassName
{
background-color: #211B47;
}
</style>
border-color css
<style>
span { border-color: #211B47; }
span { border-color: rgb(33,27,71); }
td.TdClassName
{
border-color: #211B47;
}
.TagClassName
{
border-color: #211B47;
}
</style>