#091016

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

Shades of Black Pearl #091016

Tints of Black Pearl #091016

Color information

#091016 (or 0x091016) is unknown color: approx Black Pearl. HEX triplet: 09, 10 and 16. RGB value is (9,16,22). Sum of RGB (Red+Green+Blue) = 9+16+22=47 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.15% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #091016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091016 is #F6EFE9. Grayscale: #0E0E0E. Windows color (decimal): -16183274 or 1445897. OLE color: 1445897.

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

Color convert

RGB91622-
CMYK0.590.2700.91
HSL207.69º41.94%6.08%-
HSV(B)207.69º59.09%8.63%-
XYZ0.440.490.83-
YUV14.59132.18124.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 19.15%
GREEN value IS 16 (6.64% from 255) = 34.04%
BLUE value IS 22 (8.98% from 255) = 46.81%
R=19.15%
G=34.04%
B=46.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal916220.590.2700.91207.6941.946.08
Hex910163B1B05Bd02a6
Octal11202673330133320526
Binary10011000010110111011110110101101111010000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091016; }

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

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

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

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

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

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

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

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