Shades of Paua #21184B
Tints of Paua #21184B
RGB
CMYK
RGB Variations
Color information
#21184B (or 0x21184B) is known color: Paua. HEX triplet: 21, 18 and 4B. RGB value is (33,24,75). Sum of RGB (Red+Green+Blue) = 33+24+75=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #21184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21184B is #DEE7B4. Grayscale: #202020. Windows color (decimal): -14608309 or 4921377. OLE color: 4921377.
HSL color Cylindrical-coordinate representation of color #21184B: hue angle of 250.59º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21184B is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 24 | 75 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.71 |
| HSL | 250.59º | 0.52% | 0.19% | - |
| HSV(B) | 250.59º | 0.68% | 0.29% | - |
| XYZ | 2.22 | 1.48 | 6.83 | - |
| YUV | 32.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 75 | 0.56 | 0.68 | 0 | 0.71 | 250.59 | 0.52 | 0.19 |
| Hex | 21 | 18 | 4B | 38 | 44 | 0 | 47 | FB | 34 | 13 |
| Octal | 41 | 30 | 113 | 70 | 104 | 0 | 107 | 373 | 64 | 23 |
| Binary | 100001 | 11000 | 1001011 | 111000 | 1000100 | 0 | 1000111 | 11111011 | 110100 | 10011 |
Color Harmonies of #21184B
Complementary color
Monochromatic Colors of #21184B
Black with #21184B
Text Example
Text Example
White with #21184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21184B; }
p { color: rgb(33,24,75); }
H1.HeaderClassName
{
color: #21184B;
}
.AnyTagClassName
{
color: #21184B;
}
</style>
background-color css
<style>
a { background-color: #21184B; }
a { background-color: rgb(33,24,75); }
div.DivClassName
{
background-color: #21184B;
}
.BgClassName
{
background-color: #21184B;
}
</style>
border-color css
<style>
span { border-color: #21184B; }
span { border-color: rgb(33,24,75); }
td.TdClassName
{
border-color: #21184B;
}
.TagClassName
{
border-color: #21184B;
}
</style>