#091118

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

Shades of Black Pearl #091118

Tints of Black Pearl #091118

Color information

#091118 (or 0x091118) is unknown color: approx Black Pearl. HEX triplet: 09, 11 and 18. RGB value is (9,17,24). Sum of RGB (Red+Green+Blue) = 9+17+24=50 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #091118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091118 is #F6EEE7. Grayscale: #0F0F0F. Windows color (decimal): -16183016 or 1577225. OLE color: 1577225.

HSL color Cylindrical-coordinate representation of color #091118: hue angle of 208º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #091118 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB91724-
CMYK0.630.2900.91
HSL208º45.45%6.47%-
HSV(B)208º62.5%9.41%-
XYZ0.480.520.94-
YUV15.41132.85123.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18%
GREEN value IS 17 (7.03% from 255) = 34%
BLUE value IS 24 (9.77% from 255) = 48%
R=18%
G=34%
B=48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal917240.630.2900.9120845.456.47
Hex911183F1D05Bd02d6
Octal11213077350133320556
Binary10011000111000111111111010101101111010000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091118; }

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

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

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

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

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

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

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

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