Shades of Paua #21164E
Tints of Paua #21164E
RGB
CMYK
RGB Variations
Color information
#21164E (or 0x21164E) is known color: Paua. HEX triplet: 21, 16 and 4E. RGB value is (33,22,78). Sum of RGB (Red+Green+Blue) = 33+22+78=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #21164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21164E is #DEE9B1. Grayscale: #1F1F1F. Windows color (decimal): -14608818 or 5117473. OLE color: 5117473.
HSL color Cylindrical-coordinate representation of color #21164E: hue angle of 251.79º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21164E is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 22 | 78 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.69 |
| HSL | 251.79º | 0.56% | 0.2% | - |
| HSV(B) | 251.79º | 0.72% | 0.31% | - |
| XYZ | 2.29 | 1.45 | 7.37 | - |
| YUV | 31.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 78 | 0.58 | 0.72 | 0 | 0.69 | 251.79 | 0.56 | 0.2 |
| Hex | 21 | 16 | 4E | 3A | 48 | 0 | 45 | FC | 38 | 14 |
| Octal | 41 | 26 | 116 | 72 | 110 | 0 | 105 | 374 | 70 | 24 |
| Binary | 100001 | 10110 | 1001110 | 111010 | 1001000 | 0 | 1000101 | 11111100 | 111000 | 10100 |
Color Harmonies of #21164E
Complementary color
Monochromatic Colors of #21164E
Black with #21164E
Text Example
Text Example
White with #21164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21164E; }
p { color: rgb(33,22,78); }
H1.HeaderClassName
{
color: #21164E;
}
.AnyTagClassName
{
color: #21164E;
}
</style>
background-color css
<style>
a { background-color: #21164E; }
a { background-color: rgb(33,22,78); }
div.DivClassName
{
background-color: #21164E;
}
.BgClassName
{
background-color: #21164E;
}
</style>
border-color css
<style>
span { border-color: #21164E; }
span { border-color: rgb(33,22,78); }
td.TdClassName
{
border-color: #21164E;
}
.TagClassName
{
border-color: #21164E;
}
</style>