#091012

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

Shades of Black Pearl #091012

Tints of Black Pearl #091012

Color information

#091012 (or 0x091012) is unknown color: approx Black Pearl. HEX triplet: 09, 10 and 12. RGB value is (9,16,18). Sum of RGB (Red+Green+Blue) = 9+16+18=43 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.93% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 18 - color contains mainly: blue. Hex color #091012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091012 is #F6EFED. Grayscale: #0E0E0E. Windows color (decimal): -16183278 or 1183753. OLE color: 1183753.

HSL color Cylindrical-coordinate representation of color #091012: hue angle of 193.33º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #091012 is Cyan = 0.5, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB91618-
CMYK0.50.1100.93
HSL193.33º33.33%5.29%-
HSV(B)193.33º50%7.06%-
XYZ0.410.470.64-
YUV14.13130.18124.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20.93%
GREEN value IS 16 (6.64% from 255) = 37.21%
BLUE value IS 18 (7.42% from 255) = 41.86%
R=20.93%
G=37.21%
B=41.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal916180.50.1100.93193.3333.335.29
Hex9101232B05Dc1215
Octal11202262130135301415
Binary1001100001001011001010110101110111000001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091012; }

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

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

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

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

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

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

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

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