#021113

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

Shades of Black Pearl #021113

Tints of Black Pearl #021113

Color information

#021113 (or 0x021113) is unknown color: approx Black Pearl. HEX triplet: 02, 11 and 13. RGB value is (2,17,19). Sum of RGB (Red+Green+Blue) = 2+17+19=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 19 (7.81% from 255 or 50% from 38); Max value from RGB is 19 - color contains mainly: blue. Hex color #021113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021113 is #FDEEEC. Grayscale: #0C0C0C. Windows color (decimal): -16641773 or 1249538. OLE color: 1249538.

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

Color convert

RGB21719-
CMYK0.890.1100.93
HSL187.06º80.95%4.12%-
HSV(B)187.06º89.47%7.45%-
XYZ0.340.460.69-
YUV12.74131.53120.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.26%
GREEN value IS 17 (7.03% from 255) = 44.74%
BLUE value IS 19 (7.81% from 255) = 50%
R=5.26%
G=44.74%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal217190.890.1100.93187.0680.954.12
Hex2111359B05Dbb514
Octal221231311301352731214
Binary1010001100111011001101101011101101110111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021113; }

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

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

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

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

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

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

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

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