Shades of Paua #211853
Tints of Paua #211853
RGB
CMYK
RGB Variations
Color information
#211853 (or 0x211853) is known color: Paua. HEX triplet: 21, 18 and 53. RGB value is (33,24,83). Sum of RGB (Red+Green+Blue) = 33+24+83=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #211853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211853 is #DEE7AC. Grayscale: #212121. Windows color (decimal): -14608301 or 5445665. OLE color: 5445665.
HSL color Cylindrical-coordinate representation of color #211853: hue angle of 249.15º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #211853 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 24 | 83 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.67 |
| HSL | 249.15º | 0.55% | 0.21% | - |
| HSV(B) | 249.15º | 0.71% | 0.33% | - |
| XYZ | 2.52 | 1.6 | 8.36 | - |
| YUV | 33.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 83 | 0.60 | 0.71 | 0 | 0.67 | 249.15 | 0.55 | 0.21 |
| Hex | 21 | 18 | 53 | 3C | 47 | 0 | 43 | F9 | 37 | 15 |
| Octal | 41 | 30 | 123 | 74 | 107 | 0 | 103 | 371 | 67 | 25 |
| Binary | 100001 | 11000 | 1010011 | 111100 | 1000111 | 0 | 1000011 | 11111001 | 110111 | 10101 |
Color Harmonies of #211853
Complementary color
Monochromatic Colors of #211853
Black with #211853
Text Example
Text Example
White with #211853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211853; }
p { color: rgb(33,24,83); }
H1.HeaderClassName
{
color: #211853;
}
.AnyTagClassName
{
color: #211853;
}
</style>
background-color css
<style>
a { background-color: #211853; }
a { background-color: rgb(33,24,83); }
div.DivClassName
{
background-color: #211853;
}
.BgClassName
{
background-color: #211853;
}
</style>
border-color css
<style>
span { border-color: #211853; }
span { border-color: rgb(33,24,83); }
td.TdClassName
{
border-color: #211853;
}
.TagClassName
{
border-color: #211853;
}
</style>