#091218

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

Shades of Black Pearl #091218

Tints of Black Pearl #091218

Color information

#091218 (or 0x091218) is unknown color: approx Black Pearl. HEX triplet: 09, 12 and 18. RGB value is (9,18,24). Sum of RGB (Red+Green+Blue) = 9+18+24=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #091218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091218 is #F6EDE7. Grayscale: #0F0F0F. Windows color (decimal): -16182760 or 1577481. OLE color: 1577481.

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

Color convert

RGB91824-
CMYK0.630.2500.91
HSL204º45.45%6.47%-
HSV(B)204º62.5%9.41%-
XYZ0.490.560.95-
YUV15.99132.52123.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 17.65%
GREEN value IS 18 (7.42% from 255) = 35.29%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=17.65%
G=35.29%
B=47.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal918240.630.2500.9120445.456.47
Hex912183F1905Bcc2d6
Octal11223077310133314556
Binary10011001011000111111110010101101111001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091218; }

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

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

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

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

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

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

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

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