#091011

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

Shades of Black Pearl #091011

Tints of Black Pearl #091011

Color information

#091011 (or 0x091011) is unknown color: approx Black Pearl. HEX triplet: 09, 10 and 11. RGB value is (9,16,17). Sum of RGB (Red+Green+Blue) = 9+16+17=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 17 - color contains mainly: blue. Hex color #091011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091011 is #F6EFEE. Grayscale: #0E0E0E. Windows color (decimal): -16183279 or 1118217. OLE color: 1118217.

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

Color convert

RGB91617-
CMYK0.470.0600.93
HSL187.5º30.77%5.1%-
HSV(B)187.5º47.06%6.67%-
XYZ0.40.470.6-
YUV14.02129.68124.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 21.43%
GREEN value IS 16 (6.64% from 255) = 38.10%
BLUE value IS 17 (7.03% from 255) = 40.48%
R=21.43%
G=38.10%
B=40.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal916170.470.0600.93187.530.775.1
Hex910112F605Dbc1f5
Octal1120215760135274375
Binary10011000010001101111110010111011011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091011; }

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

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

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

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

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

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

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

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