Shades of Paua #211851
Tints of Paua #211851
RGB
CMYK
RGB Variations
Color information
#211851 (or 0x211851) is known color: Paua. HEX triplet: 21, 18 and 51. RGB value is (33,24,81). Sum of RGB (Red+Green+Blue) = 33+24+81=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #211851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211851 is #DEE7AE. Grayscale: #202020. Windows color (decimal): -14608303 or 5314593. OLE color: 5314593.
HSL color Cylindrical-coordinate representation of color #211851: hue angle of 249.47º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #211851 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 24 | 81 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.68 |
| HSL | 249.47º | 0.54% | 0.21% | - |
| HSV(B) | 249.47º | 0.7% | 0.32% | - |
| XYZ | 2.44 | 1.57 | 7.96 | - |
| YUV | 33.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 81 | 0.59 | 0.70 | 0 | 0.68 | 249.47 | 0.54 | 0.21 |
| Hex | 21 | 18 | 51 | 3B | 46 | 0 | 44 | F9 | 36 | 15 |
| Octal | 41 | 30 | 121 | 73 | 106 | 0 | 104 | 371 | 66 | 25 |
| Binary | 100001 | 11000 | 1010001 | 111011 | 1000110 | 0 | 1000100 | 11111001 | 110110 | 10101 |
Color Harmonies of #211851
Complementary color
Monochromatic Colors of #211851
Black with #211851
Text Example
Text Example
White with #211851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211851; }
p { color: rgb(33,24,81); }
H1.HeaderClassName
{
color: #211851;
}
.AnyTagClassName
{
color: #211851;
}
</style>
background-color css
<style>
a { background-color: #211851; }
a { background-color: rgb(33,24,81); }
div.DivClassName
{
background-color: #211851;
}
.BgClassName
{
background-color: #211851;
}
</style>
border-color css
<style>
span { border-color: #211851; }
span { border-color: rgb(33,24,81); }
td.TdClassName
{
border-color: #211851;
}
.TagClassName
{
border-color: #211851;
}
</style>