#021112

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

Shades of Black Pearl #021112

Tints of Black Pearl #021112

Color information

#021112 (or 0x021112) is unknown color: approx Black Pearl. HEX triplet: 02, 11 and 12. RGB value is (2,17,18). Sum of RGB (Red+Green+Blue) = 2+17+18=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: blue. Hex color #021112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021112 is #FDEEED. Grayscale: #0C0C0C. Windows color (decimal): -16641774 or 1184002. OLE color: 1184002.

HSL color Cylindrical-coordinate representation of color #021112: hue angle of 183.75º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021112 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB21718-
CMYK0.890.0600.93
HSL183.75º80%3.92%-
HSV(B)183.75º88.89%7.06%-
XYZ0.330.460.64-
YUV12.63131.03120.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.41%
GREEN value IS 17 (7.03% from 255) = 45.95%
BLUE value IS 18 (7.42% from 255) = 48.65%
R=5.41%
G=45.95%
B=48.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal217180.890.0600.93183.75803.92
Hex2111259605Db8504
Octal22122131601352701204
Binary101000110010101100111001011101101110001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021112; }

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

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

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

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

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

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

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

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