#091112

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

Shades of Black Pearl #091112

Tints of Black Pearl #091112

Color information

#091112 (or 0x091112) is unknown color: approx Black Pearl. HEX triplet: 09, 11 and 12. RGB value is (9,17,18). Sum of RGB (Red+Green+Blue) = 9+17+18=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 18 - color contains mainly: blue. Hex color #091112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091112 is #F6EEED. Grayscale: #0E0E0E. Windows color (decimal): -16183022 or 1184009. OLE color: 1184009.

HSL color Cylindrical-coordinate representation of color #091112: hue angle of 186.67º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #091112 is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB91718-
CMYK0.50.0600.93
HSL186.67º33.33%5.29%-
HSV(B)186.67º50%7.06%-
XYZ0.420.50.65-
YUV14.72129.85123.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20.45%
GREEN value IS 17 (7.03% from 255) = 38.64%
BLUE value IS 18 (7.42% from 255) = 40.91%
R=20.45%
G=38.64%
B=40.91%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal917180.50.0600.93186.6733.335.29
Hex9111232605Dbb215
Octal1121226260135273415
Binary100110001100101100101100101110110111011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091112; }

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

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

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

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

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

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

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

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