Shades of Paua #211948
Tints of Paua #211948
RGB
CMYK
RGB Variations
Color information
#211948 (or 0x211948) is known color: Paua. HEX triplet: 21, 19 and 48. RGB value is (33,25,72). Sum of RGB (Red+Green+Blue) = 33+25+72=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #211948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211948 is #DEE6B7. Grayscale: #202020. Windows color (decimal): -14608056 or 4725025. OLE color: 4725025.
HSL color Cylindrical-coordinate representation of color #211948: hue angle of 250.21º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #211948 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 25 | 72 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.72 |
| HSL | 250.21º | 0.48% | 0.19% | - |
| HSV(B) | 250.21º | 0.65% | 0.28% | - |
| XYZ | 2.14 | 1.49 | 6.3 | - |
| YUV | 32.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 72 | 0.54 | 0.65 | 0 | 0.72 | 250.21 | 0.48 | 0.19 |
| Hex | 21 | 19 | 48 | 36 | 41 | 0 | 48 | FA | 30 | 13 |
| Octal | 41 | 31 | 110 | 66 | 101 | 0 | 110 | 372 | 60 | 23 |
| Binary | 100001 | 11001 | 1001000 | 110110 | 1000001 | 0 | 1001000 | 11111010 | 110000 | 10011 |
Color Harmonies of #211948
Complementary color
Monochromatic Colors of #211948
Black with #211948
Text Example
Text Example
White with #211948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211948; }
p { color: rgb(33,25,72); }
H1.HeaderClassName
{
color: #211948;
}
.AnyTagClassName
{
color: #211948;
}
</style>
background-color css
<style>
a { background-color: #211948; }
a { background-color: rgb(33,25,72); }
div.DivClassName
{
background-color: #211948;
}
.BgClassName
{
background-color: #211948;
}
</style>
border-color css
<style>
span { border-color: #211948; }
span { border-color: rgb(33,25,72); }
td.TdClassName
{
border-color: #211948;
}
.TagClassName
{
border-color: #211948;
}
</style>