Shades of Paua #210F5C
Tints of Paua #210F5C
RGB
CMYK
RGB Variations
Color information
#210F5C (or 0x210F5C) is known color: Paua. HEX triplet: 21, 0F and 5C. RGB value is (33,15,92). Sum of RGB (Red+Green+Blue) = 33+15+92=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 92 (36.33% from 255 or 65.71% from 140); Max value from RGB is 92 - color contains mainly: blue. Hex color #210F5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210F5C is #DEF0A3. Grayscale: #1C1C1C. Windows color (decimal): -14610596 or 6033185. OLE color: 6033185.
HSL color Cylindrical-coordinate representation of color #210F5C: hue angle of 254.03º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #210F5C is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 15 | 92 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.64 |
| HSL | 254.03º | 0.72% | 0.21% | - |
| HSV(B) | 254.03º | 0.84% | 0.36% | - |
| XYZ | 2.73 | 1.44 | 10.26 | - |
| YUV | 29.16 | 163.46 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 92 | 0.64 | 0.84 | 0 | 0.64 | 254.03 | 0.72 | 0.21 |
| Hex | 21 | F | 5C | 40 | 54 | 0 | 40 | FE | 48 | 15 |
| Octal | 41 | 17 | 134 | 100 | 124 | 0 | 100 | 376 | 110 | 25 |
| Binary | 100001 | 1111 | 1011100 | 1000000 | 1010100 | 0 | 1000000 | 11111110 | 1001000 | 10101 |
Color Harmonies of #210F5C
Complementary color
Monochromatic Colors of #210F5C
Black with #210F5C
Text Example
Text Example
White with #210F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F5C; }
p { color: rgb(33,15,92); }
H1.HeaderClassName
{
color: #210F5C;
}
.AnyTagClassName
{
color: #210F5C;
}
</style>
background-color css
<style>
a { background-color: #210F5C; }
a { background-color: rgb(33,15,92); }
div.DivClassName
{
background-color: #210F5C;
}
.BgClassName
{
background-color: #210F5C;
}
</style>
border-color css
<style>
span { border-color: #210F5C; }
span { border-color: rgb(33,15,92); }
td.TdClassName
{
border-color: #210F5C;
}
.TagClassName
{
border-color: #210F5C;
}
</style>