#011116

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

Shades of Black Pearl #011116

Tints of Black Pearl #011116

Color information

#011116 (or 0x011116) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 16. RGB value is (1,17,22). Sum of RGB (Red+Green+Blue) = 1+17+22=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #011116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011116 is #FEEEE9. Grayscale: #0C0C0C. Windows color (decimal): -16707306 or 1446145. OLE color: 1446145.

HSL color Cylindrical-coordinate representation of color #011116: hue angle of 194.29º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011116 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11722-
CMYK0.950.2300.91
HSL194.29º91.3%4.51%-
HSV(B)194.29º95.45%8.63%-
XYZ0.360.470.83-
YUV12.79133.2119.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 17 (7.03% from 255) = 42.5%
BLUE value IS 22 (8.98% from 255) = 55%
R=2.5%
G=42.5%
B=55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal117220.950.2300.91194.2991.34.51
Hex111165F1705Bc25b5
Octal121261372701333021335
Binary1100011011010111111011101011011110000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011116; }

 p { color: rgb(1,17,22); }

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

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

 a { background-color: rgb(1,17,22); }

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

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

 span { border-color: rgb(1,17,22); }

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