#010916

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

Shades of Black Pearl #010916

Tints of Black Pearl #010916

Color information

#010916 (or 0x010916) is unknown color: approx Black Pearl. HEX triplet: 01, 09 and 16. RGB value is (1,9,22). Sum of RGB (Red+Green+Blue) = 1+9+22=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 22 (8.98% from 255 or 68.75% from 32); Max value from RGB is 22 - color contains mainly: blue. Hex color #010916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010916 is #FEF6E9. Grayscale: #080808. Windows color (decimal): -16709354 or 1444097. OLE color: 1444097.

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

Color convert

RGB1922-
CMYK0.950.5900.91
HSL217.14º91.3%4.51%-
HSV(B)217.14º95.45%8.63%-
XYZ0.260.260.8-
YUV8.09135.85122.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.12%
GREEN value IS 9 (3.91% from 255) = 28.12%
BLUE value IS 22 (8.98% from 255) = 68.75%
R=3.12%
G=28.12%
B=68.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal19220.950.5900.91217.1491.34.51
Hex19165F3B05Bd95b5
Octal111261377301333311335
Binary1100110110101111111101101011011110110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010916; }

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

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

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

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

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

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

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

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