#091518

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

Shades of Black Pearl #091518

Tints of Black Pearl #091518

Color information

#091518 (or 0x091518) is unknown color: approx Black Pearl. HEX triplet: 09, 15 and 18. RGB value is (9,21,24). Sum of RGB (Red+Green+Blue) = 9+21+24=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 24 - color contains mainly: blue. Hex color #091518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091518 is #F6EAE7. Grayscale: #111111. Windows color (decimal): -16181992 or 1578249. OLE color: 1578249.

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

Color convert

RGB92124-
CMYK0.630.1300.91
HSL192º45.45%6.47%-
HSV(B)192º62.5%9.41%-
XYZ0.550.660.96-
YUV17.75131.52121.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.67%
GREEN value IS 21 (8.59% from 255) = 38.89%
BLUE value IS 24 (9.77% from 255) = 44.44%
R=16.67%
G=38.89%
B=44.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal921240.630.1300.9119245.456.47
Hex915183FD05Bc02d6
Octal11253077150133300556
Binary1001101011100011111111010101101111000000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091518; }

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

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

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

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

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

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

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

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