#091116

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

Shades of Black Pearl #091116

Tints of Black Pearl #091116

Color information

#091116 (or 0x091116) is unknown color: approx Black Pearl. HEX triplet: 09, 11 and 16. RGB value is (9,17,22). Sum of RGB (Red+Green+Blue) = 9+17+22=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #091116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091116 is #F6EEE9. Grayscale: #0F0F0F. Windows color (decimal): -16183018 or 1446153. OLE color: 1446153.

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

Color convert

RGB91722-
CMYK0.590.2300.91
HSL203.08º41.94%6.08%-
HSV(B)203.08º59.09%8.63%-
XYZ0.460.520.83-
YUV15.18131.85123.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18.75%
GREEN value IS 17 (7.03% from 255) = 35.42%
BLUE value IS 22 (8.98% from 255) = 45.83%
R=18.75%
G=35.42%
B=45.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal917220.590.2300.91203.0841.946.08
Hex911163B1705Bcb2a6
Octal11212673270133313526
Binary10011000110110111011101110101101111001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091116; }

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

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

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

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

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

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

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

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