Shades of Paua #21184D
Tints of Paua #21184D
RGB
CMYK
RGB Variations
Color information
#21184D (or 0x21184D) is known color: Paua. HEX triplet: 21, 18 and 4D. RGB value is (33,24,77). Sum of RGB (Red+Green+Blue) = 33+24+77=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #21184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21184D is #DEE7B2. Grayscale: #202020. Windows color (decimal): -14608307 or 5052449. OLE color: 5052449.
HSL color Cylindrical-coordinate representation of color #21184D: hue angle of 250.19º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21184D is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 24 | 77 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.70 |
| HSL | 250.19º | 0.52% | 0.2% | - |
| HSV(B) | 250.19º | 0.69% | 0.3% | - |
| XYZ | 2.29 | 1.51 | 7.19 | - |
| YUV | 32.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 77 | 0.57 | 0.69 | 0 | 0.70 | 250.19 | 0.52 | 0.2 |
| Hex | 21 | 18 | 4D | 39 | 45 | 0 | 46 | FA | 34 | 14 |
| Octal | 41 | 30 | 115 | 71 | 105 | 0 | 106 | 372 | 64 | 24 |
| Binary | 100001 | 11000 | 1001101 | 111001 | 1000101 | 0 | 1000110 | 11111010 | 110100 | 10100 |
Color Harmonies of #21184D
Complementary color
Monochromatic Colors of #21184D
Black with #21184D
Text Example
Text Example
White with #21184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21184D; }
p { color: rgb(33,24,77); }
H1.HeaderClassName
{
color: #21184D;
}
.AnyTagClassName
{
color: #21184D;
}
</style>
background-color css
<style>
a { background-color: #21184D; }
a { background-color: rgb(33,24,77); }
div.DivClassName
{
background-color: #21184D;
}
.BgClassName
{
background-color: #21184D;
}
</style>
border-color css
<style>
span { border-color: #21184D; }
span { border-color: rgb(33,24,77); }
td.TdClassName
{
border-color: #21184D;
}
.TagClassName
{
border-color: #21184D;
}
</style>