#091418

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

Shades of Black Pearl #091418

Tints of Black Pearl #091418

Color information

#091418 (or 0x091418) is unknown color: approx Black Pearl. HEX triplet: 09, 14 and 18. RGB value is (9,20,24). Sum of RGB (Red+Green+Blue) = 9+20+24=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #091418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091418 is #F6EBE7. Grayscale: #111111. Windows color (decimal): -16182248 or 1577993. OLE color: 1577993.

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

Color convert

RGB92024-
CMYK0.630.1700.91
HSL196º45.45%6.47%-
HSV(B)196º62.5%9.41%-
XYZ0.530.620.96-
YUV17.17131.86122.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.98%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 24 (9.77% from 255) = 45.28%
R=16.98%
G=37.74%
B=45.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal920240.630.1700.9119645.456.47
Hex914183F1105Bc42d6
Octal11243077210133304556
Binary10011010011000111111100010101101111000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091418; }

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

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

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

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

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

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

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

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