#021214

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

Shades of Black Pearl #021214

Tints of Black Pearl #021214

Color information

#021214 (or 0x021214) is unknown color: approx Black Pearl. HEX triplet: 02, 12 and 14. RGB value is (2,18,20). Sum of RGB (Red+Green+Blue) = 2+18+20=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #021214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021214 is #FDEDEB. Grayscale: #0D0D0D. Windows color (decimal): -16641516 or 1315330. OLE color: 1315330.

HSL color Cylindrical-coordinate representation of color #021214: hue angle of 186.67º 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 #021214 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB21820-
CMYK0.900.1000.92
HSL186.67º81.82%4.31%-
HSV(B)186.67º90%7.84%-
XYZ0.370.50.74-
YUV13.44131.7119.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5%
GREEN value IS 18 (7.42% from 255) = 45%
BLUE value IS 20 (8.20% from 255) = 50%
R=5%
G=45%
B=50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal218200.900.1000.92186.6781.824.31
Hex212145AA05Cbb524
Octal222241321201342731224
Binary1010010101001011010101001011100101110111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021214; }

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

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

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

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

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

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

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

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