Shades of Black Pearl #020914
Tints of Black Pearl #020914
RGB
CMYK
RGB Variations
Color information
#020914 (or 0x020914) is known color: Black Pearl. HEX triplet: 02, 09 and 14. RGB value is (2,9,20). Sum of RGB (Red+Green+Blue) = 2+9+20=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 20 (8.20% from 255 or 64.52% from 31); Max value from RGB is 20 - color contains mainly: blue. Hex color #020914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020914 is #FDF6EB. Grayscale: #080808. Windows color (decimal): -16643820 or 1313026. OLE color: 1313026.
HSL color Cylindrical-coordinate representation of color #020914: hue angle of 216.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020914 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 9 | 20 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.92 |
| HSL | 216.67º | 0.82% | 0.04% | - |
| HSV(B) | 216.67º | 0.9% | 0.08% | - |
| XYZ | 0.25 | 0.26 | 0.7 | - |
| YUV | 8.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 20 | 0.90 | 0.55 | 0 | 0.92 | 216.67 | 0.82 | 0.04 |
| Hex | 2 | 9 | 14 | 5A | 37 | 0 | 5C | D9 | 52 | 4 |
| Octal | 2 | 11 | 24 | 132 | 67 | 0 | 134 | 331 | 122 | 4 |
| Binary | 10 | 1001 | 10100 | 1011010 | 110111 | 0 | 1011100 | 11011001 | 1010010 | 100 |
Color Harmonies of #020914
Complementary color
Monochromatic Colors of #020914
Black with #020914
Text Example
Text Example
White with #020914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020914; }
p { color: rgb(2,9,20); }
H1.HeaderClassName
{
color: #020914;
}
.AnyTagClassName
{
color: #020914;
}
</style>
background-color css
<style>
a { background-color: #020914; }
a { background-color: rgb(2,9,20); }
div.DivClassName
{
background-color: #020914;
}
.BgClassName
{
background-color: #020914;
}
</style>
border-color css
<style>
span { border-color: #020914; }
span { border-color: rgb(2,9,20); }
td.TdClassName
{
border-color: #020914;
}
.TagClassName
{
border-color: #020914;
}
</style>