#020E1F

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

Shades of Black Pearl #020E1F

Tints of Black Pearl #020E1F

Color information

#020E1F (or 0x020E1F) is unknown color: approx Black Pearl. HEX triplet: 02, 0E and 1F. RGB value is (2,14,31). Sum of RGB (Red+Green+Blue) = 2+14+31=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #020E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E1F is #FDF1E0. Grayscale: #0C0C0C. Windows color (decimal): -16642529 or 2035202. OLE color: 2035202.

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

Color convert

RGB21431-
CMYK0.940.5500.88
HSL215.17º87.88%6.47%-
HSV(B)215.17º93.55%12.16%-
XYZ0.430.431.36-
YUV12.35138.52120.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 14 (5.86% from 255) = 29.79%
BLUE value IS 31 (12.5% from 255) = 65.96%
R=4.26%
G=29.79%
B=65.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal214310.940.5500.88215.1787.886.47
Hex2E1F5E37058d7586
Octal216371366701303271306
Binary10111011111101111011011101011000110101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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