#020C0D

Color #020C0D Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #020C0D

Tints of Black Pearl #020C0D

Color information

#020C0D (or 0x020C0D) is unknown color: approx Black Pearl. HEX triplet: 02, 0C and 0D. RGB value is (2,12,13). Sum of RGB (Red+Green+Blue) = 2+12+13=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 12 (5.08% from 255 or 44.44% from 27); Blue value is 13 (5.47% from 255 or 48.15% from 27); Max value from RGB is 13 - color contains mainly: blue. Hex color #020C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C0D is #FDF3F2. Grayscale: #090909. Windows color (decimal): -16643059 or 855042. OLE color: 855042.

HSL color Cylindrical-coordinate representation of color #020C0D: hue angle of 185.45º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #020C0D is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB21213-
CMYK0.850.0800.95
HSL185.45º73.33%2.94%-
HSV(B)185.45º84.62%5.1%-
XYZ0.230.30.43-
YUV9.12130.19122.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 7.41%
GREEN value IS 12 (5.08% from 255) = 44.44%
BLUE value IS 13 (5.47% from 255) = 48.15%
R=7.41%
G=44.44%
B=48.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal212130.850.0800.95185.4573.332.94
Hex2CD55805Fb9493
Octal214151251001372711113
Binary1011001101101010110000101111110111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020C0D; }

 p { color: rgb(2,12,13); }

 H1.HeaderClassName
 {
   color: #020C0D;
 }
 .AnyTagClassName
 {
   color: #020C0D;
 }
</style>
background-color css

<style>
 a { background-color: #020C0D; }

 a { background-color: rgb(2,12,13); }

 div.DivClassName
 {
   background-color: #020C0D;
 }
 .BgClassName
 {
   background-color: #020C0D;
 }
</style>
border-color css

<style>
 span { border-color: #020C0D; }

 span { border-color: rgb(2,12,13); }

 td.TdClassName
 {
   border-color: #020C0D;
 }
 .TagClassName
 {
   border-color: #020C0D;
 }
</style>