Shades of Paua #21214F
Tints of Paua #21214F
RGB
CMYK
RGB Variations
Color information
#21214F (or 0x21214F) is known color: Paua. HEX triplet: 21, 21 and 4F. RGB value is (33,33,79). Sum of RGB (Red+Green+Blue) = 33+33+79=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #21214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21214F is #DEDEB0. Grayscale: #262626. Windows color (decimal): -14606001 or 5185825. OLE color: 5185825.
HSL color Cylindrical-coordinate representation of color #21214F: hue angle of 240º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21214F is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 33 | 79 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.69 |
| HSL | 240º | 0.41% | 0.22% | - |
| HSV(B) | 240º | 0.58% | 0.31% | - |
| XYZ | 2.58 | 1.98 | 7.64 | - |
| YUV | 38.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 79 | 0.58 | 0.58 | 0 | 0.69 | 240 | 0.41 | 0.22 |
| Hex | 21 | 21 | 4F | 3A | 3A | 0 | 45 | F0 | 29 | 16 |
| Octal | 41 | 41 | 117 | 72 | 72 | 0 | 105 | 360 | 51 | 26 |
| Binary | 100001 | 100001 | 1001111 | 111010 | 111010 | 0 | 1000101 | 11110000 | 101001 | 10110 |
Color Harmonies of #21214F
Complementary color
Monochromatic Colors of #21214F
Black with #21214F
Text Example
Text Example
White with #21214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21214F; }
p { color: rgb(33,33,79); }
H1.HeaderClassName
{
color: #21214F;
}
.AnyTagClassName
{
color: #21214F;
}
</style>
background-color css
<style>
a { background-color: #21214F; }
a { background-color: rgb(33,33,79); }
div.DivClassName
{
background-color: #21214F;
}
.BgClassName
{
background-color: #21214F;
}
</style>
border-color css
<style>
span { border-color: #21214F; }
span { border-color: rgb(33,33,79); }
td.TdClassName
{
border-color: #21214F;
}
.TagClassName
{
border-color: #21214F;
}
</style>