Shades of Paua #21165B
Tints of Paua #21165B
RGB
CMYK
RGB Variations
Color information
#21165B (or 0x21165B) is known color: Paua. HEX triplet: 21, 16 and 5B. RGB value is (33,22,91). Sum of RGB (Red+Green+Blue) = 33+22+91=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #21165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21165B is #DEE9A4. Grayscale: #202020. Windows color (decimal): -14608805 or 5969441. OLE color: 5969441.
HSL color Cylindrical-coordinate representation of color #21165B: hue angle of 249.57º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21165B is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 22 | 91 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.64 |
| HSL | 249.57º | 0.61% | 0.22% | - |
| HSV(B) | 249.57º | 0.76% | 0.36% | - |
| XYZ | 2.8 | 1.65 | 10.07 | - |
| YUV | 33.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 91 | 0.64 | 0.76 | 0 | 0.64 | 249.57 | 0.61 | 0.22 |
| Hex | 21 | 16 | 5B | 40 | 4C | 0 | 40 | FA | 3D | 16 |
| Octal | 41 | 26 | 133 | 100 | 114 | 0 | 100 | 372 | 75 | 26 |
| Binary | 100001 | 10110 | 1011011 | 1000000 | 1001100 | 0 | 1000000 | 11111010 | 111101 | 10110 |
Color Harmonies of #21165B
Complementary color
Monochromatic Colors of #21165B
Black with #21165B
Text Example
Text Example
White with #21165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21165B; }
p { color: rgb(33,22,91); }
H1.HeaderClassName
{
color: #21165B;
}
.AnyTagClassName
{
color: #21165B;
}
</style>
background-color css
<style>
a { background-color: #21165B; }
a { background-color: rgb(33,22,91); }
div.DivClassName
{
background-color: #21165B;
}
.BgClassName
{
background-color: #21165B;
}
</style>
border-color css
<style>
span { border-color: #21165B; }
span { border-color: rgb(33,22,91); }
td.TdClassName
{
border-color: #21165B;
}
.TagClassName
{
border-color: #21165B;
}
</style>