Shades of Black Pearl #020C1C
Tints of Black Pearl #020C1C
RGB
CMYK
RGB Variations
Color information
#020C1C (or 0x020C1C) is known color: Black Pearl. HEX triplet: 02, 0C and 1C. RGB value is (2,12,28). Sum of RGB (Red+Green+Blue) = 2+12+28=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 12 (5.08% from 255 or 28.57% from 42); Blue value is 28 (11.33% from 255 or 66.67% from 42); Max value from RGB is 28 - color contains mainly: blue. Hex color #020C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C1C is #FDF3E3. Grayscale: #0A0A0A. Windows color (decimal): -16643044 or 1838082. OLE color: 1838082.
HSL color Cylindrical-coordinate representation of color #020C1C: hue angle of 216.92º 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 #020C1C is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 12 | 28 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.89 |
| HSL | 216.92º | 0.87% | 0.06% | - |
| HSV(B) | 216.92º | 0.93% | 0.11% | - |
| XYZ | 0.37 | 0.36 | 1.15 | - |
| YUV | 10.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 28 | 0.93 | 0.57 | 0 | 0.89 | 216.92 | 0.87 | 0.06 |
| Hex | 2 | C | 1C | 5D | 39 | 0 | 59 | D9 | 57 | 6 |
| Octal | 2 | 14 | 34 | 135 | 71 | 0 | 131 | 331 | 127 | 6 |
| Binary | 10 | 1100 | 11100 | 1011101 | 111001 | 0 | 1011001 | 11011001 | 1010111 | 110 |
Color Harmonies of #020C1C
Complementary color
Monochromatic Colors of #020C1C
Black with #020C1C
Text Example
Text Example
White with #020C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C1C; }
p { color: rgb(2,12,28); }
H1.HeaderClassName
{
color: #020C1C;
}
.AnyTagClassName
{
color: #020C1C;
}
</style>
background-color css
<style>
a { background-color: #020C1C; }
a { background-color: rgb(2,12,28); }
div.DivClassName
{
background-color: #020C1C;
}
.BgClassName
{
background-color: #020C1C;
}
</style>
border-color css
<style>
span { border-color: #020C1C; }
span { border-color: rgb(2,12,28); }
td.TdClassName
{
border-color: #020C1C;
}
.TagClassName
{
border-color: #020C1C;
}
</style>