#020E1E

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

Shades of Black Pearl #020E1E

Tints of Black Pearl #020E1E

Color information

#020E1E (or 0x020E1E) is unknown color: approx Black Pearl. HEX triplet: 02, 0E and 1E. RGB value is (2,14,30). Sum of RGB (Red+Green+Blue) = 2+14+30=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 30 (12.11% from 255 or 65.22% from 46); Max value from RGB is 30 - color contains mainly: blue. Hex color #020E1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E1E is #FDF1E1. Grayscale: #0C0C0C. Windows color (decimal): -16642530 or 1969666. OLE color: 1969666.

HSL color Cylindrical-coordinate representation of color #020E1E: hue angle of 214.29º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #020E1E is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB21430-
CMYK0.930.5300.88
HSL214.29º87.5%6.27%-
HSV(B)214.29º93.33%11.76%-
XYZ0.420.421.29-
YUV12.24138.02120.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.35%
GREEN value IS 14 (5.86% from 255) = 30.43%
BLUE value IS 30 (12.11% from 255) = 65.22%
R=4.35%
G=30.43%
B=65.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal214300.930.5300.88214.2987.56.27
Hex2E1E5D35058d6586
Octal216361356501303261306
Binary10111011110101110111010101011000110101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #020E1E;
 }
 .AnyTagClassName
 {
   color: #020E1E;
 }
</style>
background-color css

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

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

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

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

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

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