Shades of Paua #211852
Tints of Paua #211852
RGB
CMYK
RGB Variations
Color information
#211852 (or 0x211852) is known color: Paua. HEX triplet: 21, 18 and 52. RGB value is (33,24,82). Sum of RGB (Red+Green+Blue) = 33+24+82=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #211852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211852 is #DEE7AD. Grayscale: #212121. Windows color (decimal): -14608302 or 5380129. OLE color: 5380129.
HSL color Cylindrical-coordinate representation of color #211852: hue angle of 249.31º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #211852 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 24 | 82 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.68 |
| HSL | 249.31º | 0.55% | 0.21% | - |
| HSV(B) | 249.31º | 0.71% | 0.32% | - |
| XYZ | 2.48 | 1.59 | 8.16 | - |
| YUV | 33.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 82 | 0.60 | 0.71 | 0 | 0.68 | 249.31 | 0.55 | 0.21 |
| Hex | 21 | 18 | 52 | 3C | 47 | 0 | 44 | F9 | 37 | 15 |
| Octal | 41 | 30 | 122 | 74 | 107 | 0 | 104 | 371 | 67 | 25 |
| Binary | 100001 | 11000 | 1010010 | 111100 | 1000111 | 0 | 1000100 | 11111001 | 110111 | 10101 |
Color Harmonies of #211852
Complementary color
Monochromatic Colors of #211852
Black with #211852
Text Example
Text Example
White with #211852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211852; }
p { color: rgb(33,24,82); }
H1.HeaderClassName
{
color: #211852;
}
.AnyTagClassName
{
color: #211852;
}
</style>
background-color css
<style>
a { background-color: #211852; }
a { background-color: rgb(33,24,82); }
div.DivClassName
{
background-color: #211852;
}
.BgClassName
{
background-color: #211852;
}
</style>
border-color css
<style>
span { border-color: #211852; }
span { border-color: rgb(33,24,82); }
td.TdClassName
{
border-color: #211852;
}
.TagClassName
{
border-color: #211852;
}
</style>