#091018

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

Shades of Black Pearl #091018

Tints of Black Pearl #091018

Color information

#091018 (or 0x091018) is unknown color: approx Black Pearl. HEX triplet: 09, 10 and 18. RGB value is (9,16,24). Sum of RGB (Red+Green+Blue) = 9+16+24=49 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.37% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #091018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091018 is #F6EFE7. Grayscale: #0E0E0E. Windows color (decimal): -16183272 or 1576969. OLE color: 1576969.

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

Color convert

RGB91624-
CMYK0.630.3300.91
HSL212º45.45%6.47%-
HSV(B)212º62.5%9.41%-
XYZ0.460.490.94-
YUV14.82133.18123.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18.37%
GREEN value IS 16 (6.64% from 255) = 32.65%
BLUE value IS 24 (9.77% from 255) = 48.98%
R=18.37%
G=32.65%
B=48.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal916240.630.3300.9121245.456.47
Hex910183F2105Bd42d6
Octal11203077410133324556
Binary100110000110001111111000010101101111010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091018; }

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

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

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

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

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

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

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

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