#091416

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

Shades of Black Pearl #091416

Tints of Black Pearl #091416

Color information

#091416 (or 0x091416) is unknown color: approx Black Pearl. HEX triplet: 09, 14 and 16. RGB value is (9,20,22). Sum of RGB (Red+Green+Blue) = 9+20+22=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 22 - color contains mainly: blue. Hex color #091416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091416 is #F6EBE9. Grayscale: #101010. Windows color (decimal): -16182250 or 1446921. OLE color: 1446921.

HSL color Cylindrical-coordinate representation of color #091416: hue angle of 189.23º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #091416 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB92022-
CMYK0.590.0900.91
HSL189.23º41.94%6.08%-
HSV(B)189.23º59.09%8.63%-
XYZ0.510.620.85-
YUV16.94130.86122.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 17.65%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 22 (8.98% from 255) = 43.14%
R=17.65%
G=39.22%
B=43.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal920220.590.0900.91189.2341.946.08
Hex914163B905Bbd2a6
Octal11242673110133275526
Binary1001101001011011101110010101101110111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091416; }

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

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

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

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

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

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

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

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