Shades of Black Pearl #020C1D
Tints of Black Pearl #020C1D
RGB
CMYK
RGB Variations
Color information
#020C1D (or 0x020C1D) is known color: Black Pearl. HEX triplet: 02, 0C and 1D. RGB value is (2,12,29). Sum of RGB (Red+Green+Blue) = 2+12+29=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 29 (11.72% from 255 or 67.44% from 43); Max value from RGB is 29 - color contains mainly: blue. Hex color #020C1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C1D is #FDF3E2. Grayscale: #0A0A0A. Windows color (decimal): -16643043 or 1903618. OLE color: 1903618.
HSL color Cylindrical-coordinate representation of color #020C1D: hue angle of 217.78º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #020C1D is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 12 | 29 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.89 |
| HSL | 217.78º | 0.87% | 0.06% | - |
| HSV(B) | 217.78º | 0.93% | 0.11% | - |
| XYZ | 0.38 | 0.36 | 1.21 | - |
| YUV | 10.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 29 | 0.93 | 0.59 | 0 | 0.89 | 217.78 | 0.87 | 0.06 |
| Hex | 2 | C | 1D | 5D | 3B | 0 | 59 | DA | 57 | 6 |
| Octal | 2 | 14 | 35 | 135 | 73 | 0 | 131 | 332 | 127 | 6 |
| Binary | 10 | 1100 | 11101 | 1011101 | 111011 | 0 | 1011001 | 11011010 | 1010111 | 110 |
Color Harmonies of #020C1D
Complementary color
Monochromatic Colors of #020C1D
Black with #020C1D
Text Example
Text Example
White with #020C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C1D; }
p { color: rgb(2,12,29); }
H1.HeaderClassName
{
color: #020C1D;
}
.AnyTagClassName
{
color: #020C1D;
}
</style>
background-color css
<style>
a { background-color: #020C1D; }
a { background-color: rgb(2,12,29); }
div.DivClassName
{
background-color: #020C1D;
}
.BgClassName
{
background-color: #020C1D;
}
</style>
border-color css
<style>
span { border-color: #020C1D; }
span { border-color: rgb(2,12,29); }
td.TdClassName
{
border-color: #020C1D;
}
.TagClassName
{
border-color: #020C1D;
}
</style>