Shades of Paua #210D5C
Tints of Paua #210D5C
RGB
CMYK
RGB Variations
Color information
#210D5C (or 0x210D5C) is known color: Paua. HEX triplet: 21, 0D and 5C. RGB value is (33,13,92). Sum of RGB (Red+Green+Blue) = 33+13+92=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 92 (36.33% from 255 or 66.67% from 138); Max value from RGB is 92 - color contains mainly: blue. Hex color #210D5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210D5C is #DEF2A3. Grayscale: #1B1B1B. Windows color (decimal): -14611108 or 6032673. OLE color: 6032673.
HSL color Cylindrical-coordinate representation of color #210D5C: hue angle of 255.19º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #210D5C is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 13 | 92 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.64 |
| HSL | 255.19º | 0.75% | 0.21% | - |
| HSV(B) | 255.19º | 0.86% | 0.36% | - |
| XYZ | 2.7 | 1.38 | 10.25 | - |
| YUV | 27.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 92 | 0.64 | 0.86 | 0 | 0.64 | 255.19 | 0.75 | 0.21 |
| Hex | 21 | D | 5C | 40 | 56 | 0 | 40 | FF | 4B | 15 |
| Octal | 41 | 15 | 134 | 100 | 126 | 0 | 100 | 377 | 113 | 25 |
| Binary | 100001 | 1101 | 1011100 | 1000000 | 1010110 | 0 | 1000000 | 11111111 | 1001011 | 10101 |
Color Harmonies of #210D5C
Complementary color
Monochromatic Colors of #210D5C
Black with #210D5C
Text Example
Text Example
White with #210D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D5C; }
p { color: rgb(33,13,92); }
H1.HeaderClassName
{
color: #210D5C;
}
.AnyTagClassName
{
color: #210D5C;
}
</style>
background-color css
<style>
a { background-color: #210D5C; }
a { background-color: rgb(33,13,92); }
div.DivClassName
{
background-color: #210D5C;
}
.BgClassName
{
background-color: #210D5C;
}
</style>
border-color css
<style>
span { border-color: #210D5C; }
span { border-color: rgb(33,13,92); }
td.TdClassName
{
border-color: #210D5C;
}
.TagClassName
{
border-color: #210D5C;
}
</style>