#020E23

Color #020E23 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #020E23

Tints of Black Pearl #020E23

Color information

#020E23 (or 0x020E23) is unknown color: approx 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

RGB21435-
CMYK0.940.6000.86
HSL218.18º89.19%7.25%-
HSV(B)218.18º94.29%13.73%-
XYZ0.490.451.65-
YUV12.81140.52120.29-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal214350.940.6000.86218.1889.197.25
Hex2E235E3C056da597
Octal216431367401263321317
Binary101110100011101111011110001010110110110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>