Html Css Color HEX #020E18 Black Pearl

📋 copy color: '#020E18'

red 2 ◦ green 14 ◦ blue 24

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

Shades of Black Pearl #020E18

Tints of Black Pearl #020E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 60%

R = 5%
G = 35%
B = 60%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#020E18 (or 0x020E18) is known color: Black Pearl. HEX triplet: 02, 0E and 18. RGB value is (2,14,24). Sum of RGB (Red+Green+Blue) = 2+14+24=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 24 (9.77% from 255 or 60% from 40); Max value from RGB is 24 - color contains mainly: blue. Hex color #020E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E18 is #FDF1E7. Grayscale: #0B0B0B. Windows color (decimal): -16642536 or 1576450. OLE color: 1576450.

HSL color Cylindrical-coordinate representation of color #020E18: hue angle of 207.27º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020E18 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 14 24 -
CMYK 0.92 0.42 0 0.91
HSL 207.27º 0.85% 0.05% -
HSV(B) 207.27º 0.92% 0.09% -
XYZ 0.35 0.39 0.92 -
YUV 11.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 2 14 24 0.92 0.42 0 0.91 207.27 0.85 0.05
Hex 2 E 18 5C 2A 0 5B CF 55 5
Octal 2 16 30 134 52 0 133 317 125 5
Binary 10 1110 11000 1011100 101010 0 1011011 11001111 1010101 101

Color Harmonies of #020E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E18

Black with #020E18

Text Example


Text Example

White with #020E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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