Html Css Color HEX #020E12 Black Pearl

📋 copy color: '#020E12'

red 2 ◦ green 14 ◦ blue 18

#020E12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #020E12

Tints of Black Pearl #020E12

RGB

 RED value IS 2 (1.17% from 255) = 5.88%

 GREEN value IS 14 (5.86% from 255) = 41.18%

 BLUE value IS 18 (7.42% from 255) = 52.94%

R = 5.88%
G = 41.18%
B = 52.94%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020E12 (or 0x020E12) is known color: Black Pearl. HEX triplet: 02, 0E and 12. RGB value is (2,14,18). Sum of RGB (Red+Green+Blue) = 2+14+18=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 18 (7.42% from 255 or 52.94% from 34); Max value from RGB is 18 - color contains mainly: blue. Hex color #020E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E12 is #FDF1ED. Grayscale: #0A0A0A. Windows color (decimal): -16642542 or 1183234. OLE color: 1183234.

HSL color Cylindrical-coordinate representation of color #020E12: hue angle of 195º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020E12 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 14 18 -
CMYK 0.89 0.22 0 0.93
HSL 195º 0.8% 0.04% -
HSV(B) 195º 0.89% 0.07% -
XYZ 0.29 0.37 0.63 -
YUV 10.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 2 14 18 0.89 0.22 0 0.93 195 0.8 0.04
Hex 2 E 12 59 16 0 5D C3 50 4
Octal 2 16 22 131 26 0 135 303 120 4
Binary 10 1110 10010 1011001 10110 0 1011101 11000011 1010000 100

Color Harmonies of #020E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E12

Black with #020E12

Text Example


Text Example

White with #020E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,14,18); }

 H1.HeaderClassName
 {
   color: #020E12;
 }
 .AnyTagClassName
 {
   color: #020E12;
 }
</style>

background-color css

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

 a { background-color: rgb(2,14,18); }

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

border-color css

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

 span { border-color: rgb(2,14,18); }

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