Shades of Paua #211352
Tints of Paua #211352
RGB
CMYK
RGB Variations
Color information
#211352 (or 0x211352) is known color: Paua. HEX triplet: 21, 13 and 52. RGB value is (33,19,82). Sum of RGB (Red+Green+Blue) = 33+19+82=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #211352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211352 is #DEECAD. Grayscale: #1E1E1E. Windows color (decimal): -14609582 or 5378849. OLE color: 5378849.
HSL color Cylindrical-coordinate representation of color #211352: hue angle of 253.33º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #211352 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 19 | 82 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.68 |
| HSL | 253.33º | 0.62% | 0.2% | - |
| HSV(B) | 253.33º | 0.77% | 0.32% | - |
| XYZ | 2.38 | 1.4 | 8.13 | - |
| YUV | 30.37 | 157.14 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 82 | 0.60 | 0.77 | 0 | 0.68 | 253.33 | 0.62 | 0.2 |
| Hex | 21 | 13 | 52 | 3C | 4D | 0 | 44 | FD | 3E | 14 |
| Octal | 41 | 23 | 122 | 74 | 115 | 0 | 104 | 375 | 76 | 24 |
| Binary | 100001 | 10011 | 1010010 | 111100 | 1001101 | 0 | 1000100 | 11111101 | 111110 | 10100 |
Color Harmonies of #211352
Complementary color
Monochromatic Colors of #211352
Black with #211352
Text Example
Text Example
White with #211352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211352; }
p { color: rgb(33,19,82); }
H1.HeaderClassName
{
color: #211352;
}
.AnyTagClassName
{
color: #211352;
}
</style>
background-color css
<style>
a { background-color: #211352; }
a { background-color: rgb(33,19,82); }
div.DivClassName
{
background-color: #211352;
}
.BgClassName
{
background-color: #211352;
}
</style>
border-color css
<style>
span { border-color: #211352; }
span { border-color: rgb(33,19,82); }
td.TdClassName
{
border-color: #211352;
}
.TagClassName
{
border-color: #211352;
}
</style>