#021114

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

Shades of Black Pearl #021114

Tints of Black Pearl #021114

Color information

#021114 (or 0x021114) is unknown color: approx Black Pearl. HEX triplet: 02, 11 and 14. RGB value is (2,17,20). Sum of RGB (Red+Green+Blue) = 2+17+20=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #021114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021114 is #FDEEEB. Grayscale: #0C0C0C. Windows color (decimal): -16641772 or 1315074. OLE color: 1315074.

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

Color convert

RGB21720-
CMYK0.900.1500.92
HSL190º81.82%4.31%-
HSV(B)190º90%7.84%-
XYZ0.350.460.73-
YUV12.86132.03120.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.13%
GREEN value IS 17 (7.03% from 255) = 43.59%
BLUE value IS 20 (8.20% from 255) = 51.28%
R=5.13%
G=43.59%
B=51.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal217200.900.1500.9219081.824.31
Hex211145AF05Cbe524
Octal221241321701342761224
Binary1010001101001011010111101011100101111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021114; }

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

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

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

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

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

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

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

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