#091113

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

Shades of Black Pearl #091113

Tints of Black Pearl #091113

Color information

#091113 (or 0x091113) is unknown color: approx Black Pearl. HEX triplet: 09, 11 and 13. RGB value is (9,17,19). Sum of RGB (Red+Green+Blue) = 9+17+19=45 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 19 - color contains mainly: blue. Hex color #091113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091113 is #F6EEEC. Grayscale: #0E0E0E. Windows color (decimal): -16183021 or 1249545. OLE color: 1249545.

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

Color convert

RGB91719-
CMYK0.530.1100.93
HSL192º35.71%5.49%-
HSV(B)192º52.63%7.45%-
XYZ0.430.510.69-
YUV14.84130.35123.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20%
GREEN value IS 17 (7.03% from 255) = 37.78%
BLUE value IS 19 (7.81% from 255) = 42.22%
R=20%
G=37.78%
B=42.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal917190.530.1100.9319235.715.49
Hex9111335B05Dc0245
Octal11212365130135300445
Binary1001100011001111010110110101110111000000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091113; }

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

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

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

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

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

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

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

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