#091216

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

Shades of Black Pearl #091216

Tints of Black Pearl #091216

Color information

#091216 (or 0x091216) is unknown color: approx Black Pearl. HEX triplet: 09, 12 and 16. RGB value is (9,18,22). Sum of RGB (Red+Green+Blue) = 9+18+22=49 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.37% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #091216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091216 is #F6EDE9. Grayscale: #0F0F0F. Windows color (decimal): -16182762 or 1446409. OLE color: 1446409.

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

Color convert

RGB91822-
CMYK0.590.1800.91
HSL198.46º41.94%6.08%-
HSV(B)198.46º59.09%8.63%-
XYZ0.470.550.84-
YUV15.76131.52123.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18.37%
GREEN value IS 18 (7.42% from 255) = 36.73%
BLUE value IS 22 (8.98% from 255) = 44.90%
R=18.37%
G=36.73%
B=44.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal918220.590.1800.91198.4641.946.08
Hex912163B1205Bc62a6
Octal11222673220133306526
Binary10011001010110111011100100101101111000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091216; }

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

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

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

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

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

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

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

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