#02141B

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

Shades of Black Pearl #02141B

Tints of Black Pearl #02141B

Color information

#02141B (or 0x02141B) is unknown color: approx Black Pearl. HEX triplet: 02, 14 and 1B. RGB value is (2,20,27). Sum of RGB (Red+Green+Blue) = 2+20+27=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #02141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02141B is #FDEBE4. Grayscale: #0F0F0F. Windows color (decimal): -16640997 or 1774594. OLE color: 1774594.

HSL color Cylindrical-coordinate representation of color #02141B: hue angle of 196.8º degrees, saturation: 0.86, 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 #02141B is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB22027-
CMYK0.930.2600.89
HSL196.8º86.21%5.69%-
HSV(B)196.8º92.59%10.59%-
XYZ0.470.591.13-
YUV15.42134.54118.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.08%
GREEN value IS 20 (8.20% from 255) = 40.82%
BLUE value IS 27 (10.94% from 255) = 55.10%
R=4.08%
G=40.82%
B=55.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal220270.930.2600.89196.886.215.69
Hex2141B5D1A059c5566
Octal224331353201313051266
Binary10101001101110111011101001011001110001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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