#011016

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

Shades of Black Pearl #011016

Tints of Black Pearl #011016

Color information

#011016 (or 0x011016) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 16. RGB value is (1,16,22). Sum of RGB (Red+Green+Blue) = 1+16+22=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #011016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011016 is #FEEFE9. Grayscale: #0C0C0C. Windows color (decimal): -16707562 or 1445889. OLE color: 1445889.

HSL color Cylindrical-coordinate representation of color #011016: hue angle of 197.14º 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 #011016 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11622-
CMYK0.950.2700.91
HSL197.14º91.3%4.51%-
HSV(B)197.14º95.45%8.63%-
XYZ0.340.430.82-
YUV12.2133.53120.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 16 (6.64% from 255) = 41.03%
BLUE value IS 22 (8.98% from 255) = 56.41%
R=2.56%
G=41.03%
B=56.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal116220.950.2700.91197.1491.34.51
Hex110165F1B05Bc55b5
Octal120261373301333051335
Binary1100001011010111111101101011011110001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011016; }

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

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

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

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

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

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

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

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