Shades of Paua #21154E
Tints of Paua #21154E
RGB
CMYK
RGB Variations
Color information
#21154E (or 0x21154E) is known color: Paua. HEX triplet: 21, 15 and 4E. RGB value is (33,21,78). Sum of RGB (Red+Green+Blue) = 33+21+78=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #21154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21154E is #DEEAB1. Grayscale: #1E1E1E. Windows color (decimal): -14609074 or 5117217. OLE color: 5117217.
HSL color Cylindrical-coordinate representation of color #21154E: hue angle of 252.63º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21154E is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 21 | 78 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.69 |
| HSL | 252.63º | 0.58% | 0.19% | - |
| HSV(B) | 252.63º | 0.73% | 0.31% | - |
| XYZ | 2.27 | 1.41 | 7.36 | - |
| YUV | 31.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 78 | 0.58 | 0.73 | 0 | 0.69 | 252.63 | 0.58 | 0.19 |
| Hex | 21 | 15 | 4E | 3A | 49 | 0 | 45 | FD | 3A | 13 |
| Octal | 41 | 25 | 116 | 72 | 111 | 0 | 105 | 375 | 72 | 23 |
| Binary | 100001 | 10101 | 1001110 | 111010 | 1001001 | 0 | 1000101 | 11111101 | 111010 | 10011 |
Color Harmonies of #21154E
Complementary color
Monochromatic Colors of #21154E
Black with #21154E
Text Example
Text Example
White with #21154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21154E; }
p { color: rgb(33,21,78); }
H1.HeaderClassName
{
color: #21154E;
}
.AnyTagClassName
{
color: #21154E;
}
</style>
background-color css
<style>
a { background-color: #21154E; }
a { background-color: rgb(33,21,78); }
div.DivClassName
{
background-color: #21154E;
}
.BgClassName
{
background-color: #21154E;
}
</style>
border-color css
<style>
span { border-color: #21154E; }
span { border-color: rgb(33,21,78); }
td.TdClassName
{
border-color: #21154E;
}
.TagClassName
{
border-color: #21154E;
}
</style>