#091316

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

Shades of Black Pearl #091316

Tints of Black Pearl #091316

Color information

#091316 (or 0x091316) is unknown color: approx Black Pearl. HEX triplet: 09, 13 and 16. RGB value is (9,19,22). Sum of RGB (Red+Green+Blue) = 9+19+22=50 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #091316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091316 is #F6ECE9. Grayscale: #101010. Windows color (decimal): -16182506 or 1446665. OLE color: 1446665.

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

Color convert

RGB91922-
CMYK0.590.1400.91
HSL193.85º41.94%6.08%-
HSV(B)193.85º59.09%8.63%-
XYZ0.490.580.85-
YUV16.35131.19122.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18%
GREEN value IS 19 (7.81% from 255) = 38%
BLUE value IS 22 (8.98% from 255) = 44%
R=18%
G=38%
B=44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal919220.590.1400.91193.8541.946.08
Hex913163BE05Bc22a6
Octal11232673160133302526
Binary1001100111011011101111100101101111000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091316; }

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

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

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

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

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

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

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

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