Html Css Color HEX #020E13 Black Pearl

📋 copy color: '#020E13'

red 2 ◦ green 14 ◦ blue 19

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

Shades of Black Pearl #020E13

Tints of Black Pearl #020E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 54.29%

R = 5.71%
G = 40%
B = 54.29%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020E13 (or 0x020E13) is known color: Black Pearl. HEX triplet: 02, 0E and 13. RGB value is (2,14,19). Sum of RGB (Red+Green+Blue) = 2+14+19=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 19 (7.81% from 255 or 54.29% from 35); Max value from RGB is 19 - color contains mainly: blue. Hex color #020E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E13 is #FDF1EC. Grayscale: #0A0A0A. Windows color (decimal): -16642541 or 1248770. OLE color: 1248770.

HSL color Cylindrical-coordinate representation of color #020E13: hue angle of 197.65º degrees, saturation: 0.81, 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 #020E13 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 14 19 -
CMYK 0.89 0.26 0 0.93
HSL 197.65º 0.81% 0.04% -
HSV(B) 197.65º 0.89% 0.07% -
XYZ 0.3 0.37 0.67 -
YUV 10.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 2 14 19 0.89 0.26 0 0.93 197.65 0.81 0.04
Hex 2 E 13 59 1A 0 5D C6 51 4
Octal 2 16 23 131 32 0 135 306 121 4
Binary 10 1110 10011 1011001 11010 0 1011101 11000110 1010001 100

Color Harmonies of #020E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E13

Black with #020E13

Text Example


Text Example

White with #020E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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