Shades of Black Pearl #021017
Tints of Black Pearl #021017
RGB
CMYK
RGB Variations
Color information
#021017 (or 0x021017) is known color: Black Pearl. HEX triplet: 02, 10 and 17. RGB value is (2,16,23). Sum of RGB (Red+Green+Blue) = 2+16+23=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #021017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021017 is #FDEFE8. Grayscale: #0C0C0C. Windows color (decimal): -16642025 or 1511426. OLE color: 1511426.
HSL color Cylindrical-coordinate representation of color #021017: hue angle of 200º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021017 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 16 | 23 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.91 |
| HSL | 200º | 0.84% | 0.05% | - |
| HSV(B) | 200º | 0.91% | 0.09% | - |
| XYZ | 0.36 | 0.45 | 0.88 | - |
| YUV | 12.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 23 | 0.91 | 0.30 | 0 | 0.91 | 200 | 0.84 | 0.05 |
| Hex | 2 | 10 | 17 | 5B | 1E | 0 | 5B | C8 | 54 | 5 |
| Octal | 2 | 20 | 27 | 133 | 36 | 0 | 133 | 310 | 124 | 5 |
| Binary | 10 | 10000 | 10111 | 1011011 | 11110 | 0 | 1011011 | 11001000 | 1010100 | 101 |
Color Harmonies of #021017
Complementary color
Monochromatic Colors of #021017
Black with #021017
Text Example
Text Example
White with #021017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021017; }
p { color: rgb(2,16,23); }
H1.HeaderClassName
{
color: #021017;
}
.AnyTagClassName
{
color: #021017;
}
</style>
background-color css
<style>
a { background-color: #021017; }
a { background-color: rgb(2,16,23); }
div.DivClassName
{
background-color: #021017;
}
.BgClassName
{
background-color: #021017;
}
</style>
border-color css
<style>
span { border-color: #021017; }
span { border-color: rgb(2,16,23); }
td.TdClassName
{
border-color: #021017;
}
.TagClassName
{
border-color: #021017;
}
</style>