#001016

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

Shades of Black Pearl #001016

Tints of Black Pearl #001016

Color information

#001016 (or 0x001016) is unknown color: approx Black Pearl. HEX triplet: 00, 10 and 16. RGB value is (0,16,22). Sum of RGB (Red+Green+Blue) = 0+16+22=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #001016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001016 is #FFEFE9. Grayscale: #0B0B0B. Windows color (decimal): -16773098 or 1445888. OLE color: 1445888.

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

Color convert

RGB01622-
CMYK10.2700.91
HSL196.36º100%4.31%-
HSV(B)196.36º100%8.63%-
XYZ0.330.430.82-
YUV11.9133.7119.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 42.11%
BLUE value IS 22 (8.98% from 255) = 57.89%
R=0%
G=42.11%
B=57.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0162210.2700.91196.361004.31
Hex01016641B05Bc4644
Octal020261443301333041444
Binary0100001011011001001101101011011110001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001016; }

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

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

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

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

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

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

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

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