#091115

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

Shades of Black Pearl #091115

Tints of Black Pearl #091115

Color information

#091115 (or 0x091115) is unknown color: approx Black Pearl. HEX triplet: 09, 11 and 15. RGB value is (9,17,21). Sum of RGB (Red+Green+Blue) = 9+17+21=47 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.15% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #091115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091115 is #F6EEEA. Grayscale: #0F0F0F. Windows color (decimal): -16183019 or 1380617. OLE color: 1380617.

HSL color Cylindrical-coordinate representation of color #091115: hue angle of 200º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #091115 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB91721-
CMYK0.570.1900.92
HSL200º40%5.88%-
HSV(B)200º57.14%8.24%-
XYZ0.450.510.78-
YUV15.06131.35123.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 19.15%
GREEN value IS 17 (7.03% from 255) = 36.17%
BLUE value IS 21 (8.59% from 255) = 44.68%
R=19.15%
G=36.17%
B=44.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal917210.570.1900.92200405.88
Hex91115391305Cc8286
Octal11212571230134310506
Binary10011000110101111001100110101110011001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091115; }

 p { color: rgb(9,17,21); }

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

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

 a { background-color: rgb(9,17,21); }

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

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

 span { border-color: rgb(9,17,21); }

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