#021014

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

Shades of Black Pearl #021014

Tints of Black Pearl #021014

Color information

#021014 (or 0x021014) is unknown color: approx Black Pearl. HEX triplet: 02, 10 and 14. RGB value is (2,16,20). Sum of RGB (Red+Green+Blue) = 2+16+20=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #021014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021014 is #FDEFEB. Grayscale: #0C0C0C. Windows color (decimal): -16642028 or 1314818. OLE color: 1314818.

HSL color Cylindrical-coordinate representation of color #021014: hue angle of 193.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021014 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB21620-
CMYK0.900.2000.92
HSL193.33º81.82%4.31%-
HSV(B)193.33º90%7.84%-
XYZ0.340.430.73-
YUV12.27132.36120.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.26%
GREEN value IS 16 (6.64% from 255) = 42.11%
BLUE value IS 20 (8.20% from 255) = 52.63%
R=5.26%
G=42.11%
B=52.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal216200.900.2000.92193.3381.824.31
Hex210145A1405Cc1524
Octal220241322401343011224
Binary10100001010010110101010001011100110000011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021014; }

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

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

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

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

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

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

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

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