#02141D

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

Shades of Black Pearl #02141D

Tints of Black Pearl #02141D

Color information

#02141D (or 0x02141D) is unknown color: approx Black Pearl. HEX triplet: 02, 14 and 1D. RGB value is (2,20,29). Sum of RGB (Red+Green+Blue) = 2+20+29=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #02141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02141D is #FDEBE2. Grayscale: #0F0F0F. Windows color (decimal): -16640995 or 1905666. OLE color: 1905666.

HSL color Cylindrical-coordinate representation of color #02141D: hue angle of 200º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02141D is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB22029-
CMYK0.930.3100.89
HSL200º87.1%6.08%-
HSV(B)200º93.1%11.37%-
XYZ0.50.61.25-
YUV15.64135.54118.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 29 (11.72% from 255) = 56.86%
R=3.92%
G=39.22%
B=56.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal220290.930.3100.8920087.16.08
Hex2141D5D1F059c8576
Octal224351353701313101276
Binary10101001110110111011111101011001110010001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02141D; }

 p { color: rgb(2,20,29); }

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

<style>
 a { background-color: #02141D; }

 a { background-color: rgb(2,20,29); }

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

<style>
 span { border-color: #02141D; }

 span { border-color: rgb(2,20,29); }

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