Html Css Color HEX #020E14 Black Pearl

📋 copy color: '#020E14'

red 2 ◦ green 14 ◦ blue 20

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

Shades of Black Pearl #020E14

Tints of Black Pearl #020E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 55.56%

R = 5.56%
G = 38.89%
B = 55.56%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#020E14 (or 0x020E14) is known color: Black Pearl. HEX triplet: 02, 0E and 14. RGB value is (2,14,20). Sum of RGB (Red+Green+Blue) = 2+14+20=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #020E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E14 is #FDF1EB. Grayscale: #0B0B0B. Windows color (decimal): -16642540 or 1314306. OLE color: 1314306.

HSL color Cylindrical-coordinate representation of color #020E14: hue angle of 200º 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 #020E14 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 14 20 -
CMYK 0.90 0.30 0 0.92
HSL 200º 0.82% 0.04% -
HSV(B) 200º 0.9% 0.08% -
XYZ 0.31 0.38 0.72 -
YUV 11.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 2 14 20 0.90 0.30 0 0.92 200 0.82 0.04
Hex 2 E 14 5A 1E 0 5C C8 52 4
Octal 2 16 24 132 36 0 134 310 122 4
Binary 10 1110 10100 1011010 11110 0 1011100 11001000 1010010 100

Color Harmonies of #020E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E14

Black with #020E14

Text Example


Text Example

White with #020E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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