Html Css Color HEX #020E23 Black Pearl

📋 copy color: '#020E23'

red 2 ◦ green 14 ◦ blue 35

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

Shades of Black Pearl #020E23

Tints of Black Pearl #020E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 68.63%

R = 3.92%
G = 27.45%
B = 68.63%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#020E23 (or 0x020E23) is known color: Black Pearl. HEX triplet: 02, 0E and 23. RGB value is (2,14,35). Sum of RGB (Red+Green+Blue) = 2+14+35=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 35 (14.06% from 255 or 68.63% from 51); Max value from RGB is 35 - color contains mainly: blue. Hex color #020E23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E23 is #FDF1DC. Grayscale: #0C0C0C. Windows color (decimal): -16642525 or 2297346. OLE color: 2297346.

HSL color Cylindrical-coordinate representation of color #020E23: hue angle of 218.18º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020E23 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 2 14 35 -
CMYK 0.94 0.60 0 0.86
HSL 218.18º 0.89% 0.07% -
HSV(B) 218.18º 0.94% 0.14% -
XYZ 0.49 0.45 1.65 -
YUV 12.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 2 14 35 0.94 0.60 0 0.86 218.18 0.89 0.07
Hex 2 E 23 5E 3C 0 56 DA 59 7
Octal 2 16 43 136 74 0 126 332 131 7
Binary 10 1110 100011 1011110 111100 0 1010110 11011010 1011001 111

Color Harmonies of #020E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E23

Black with #020E23

Text Example


Text Example

White with #020E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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