Shades of Black Pearl #020910
Tints of Black Pearl #020910
RGB
CMYK
RGB Variations
Color information
#020910 (or 0x020910) is known color: Black Pearl. HEX triplet: 02, 09 and 10. RGB value is (2,9,16). Sum of RGB (Red+Green+Blue) = 2+9+16=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 16 (6.64% from 255 or 59.26% from 27); Max value from RGB is 16 - color contains mainly: blue. Hex color #020910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020910 is #FDF6EF. Grayscale: #070707. Windows color (decimal): -16643824 or 1050882. OLE color: 1050882.
HSL color Cylindrical-coordinate representation of color #020910: hue angle of 210º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020910 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 2 | 9 | 16 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.94 |
| HSL | 210º | 0.78% | 0.04% | - |
| HSV(B) | 210º | 0.88% | 0.06% | - |
| XYZ | 0.22 | 0.25 | 0.53 | - |
| YUV | 7.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 16 | 0.87 | 0.44 | 0 | 0.94 | 210 | 0.78 | 0.04 |
| Hex | 2 | 9 | 10 | 57 | 2C | 0 | 5E | D2 | 4E | 4 |
| Octal | 2 | 11 | 20 | 127 | 54 | 0 | 136 | 322 | 116 | 4 |
| Binary | 10 | 1001 | 10000 | 1010111 | 101100 | 0 | 1011110 | 11010010 | 1001110 | 100 |
Color Harmonies of #020910
Complementary color
Monochromatic Colors of #020910
Black with #020910
Text Example
Text Example
White with #020910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020910; }
p { color: rgb(2,9,16); }
H1.HeaderClassName
{
color: #020910;
}
.AnyTagClassName
{
color: #020910;
}
</style>
background-color css
<style>
a { background-color: #020910; }
a { background-color: rgb(2,9,16); }
div.DivClassName
{
background-color: #020910;
}
.BgClassName
{
background-color: #020910;
}
</style>
border-color css
<style>
span { border-color: #020910; }
span { border-color: rgb(2,9,16); }
td.TdClassName
{
border-color: #020910;
}
.TagClassName
{
border-color: #020910;
}
</style>