Shades of Paua #210B5D
Tints of Paua #210B5D
RGB
CMYK
RGB Variations
Color information
#210B5D (or 0x210B5D) is known color: Paua. HEX triplet: 21, 0B and 5D. RGB value is (33,11,93). Sum of RGB (Red+Green+Blue) = 33+11+93=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #210B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210B5D is #DEF4A2. Grayscale: #1A1A1A. Windows color (decimal): -14611619 or 6097697. OLE color: 6097697.
HSL color Cylindrical-coordinate representation of color #210B5D: hue angle of 256.1º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210B5D is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 11 | 93 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.64 |
| HSL | 256.1º | 0.79% | 0.2% | - |
| HSV(B) | 256.1º | 0.88% | 0.36% | - |
| XYZ | 2.72 | 1.35 | 10.47 | - |
| YUV | 26.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 93 | 0.65 | 0.88 | 0 | 0.64 | 256.1 | 0.79 | 0.2 |
| Hex | 21 | B | 5D | 41 | 58 | 0 | 40 | 100 | 4F | 14 |
| Octal | 41 | 13 | 135 | 101 | 130 | 0 | 100 | 400 | 117 | 24 |
| Binary | 100001 | 1011 | 1011101 | 1000001 | 1011000 | 0 | 1000000 | 100000000 | 1001111 | 10100 |
Color Harmonies of #210B5D
Complementary color
Monochromatic Colors of #210B5D
Black with #210B5D
Text Example
Text Example
White with #210B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B5D; }
p { color: rgb(33,11,93); }
H1.HeaderClassName
{
color: #210B5D;
}
.AnyTagClassName
{
color: #210B5D;
}
</style>
background-color css
<style>
a { background-color: #210B5D; }
a { background-color: rgb(33,11,93); }
div.DivClassName
{
background-color: #210B5D;
}
.BgClassName
{
background-color: #210B5D;
}
</style>
border-color css
<style>
span { border-color: #210B5D; }
span { border-color: rgb(33,11,93); }
td.TdClassName
{
border-color: #210B5D;
}
.TagClassName
{
border-color: #210B5D;
}
</style>