#091114

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

Shades of Black Pearl #091114

Tints of Black Pearl #091114

Color information

#091114 (or 0x091114) is unknown color: approx Black Pearl. HEX triplet: 09, 11 and 14. RGB value is (9,17,20). Sum of RGB (Red+Green+Blue) = 9+17+20=46 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.57% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 20 - color contains mainly: blue. Hex color #091114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091114 is #F6EEEB. Grayscale: #0E0E0E. Windows color (decimal): -16183020 or 1315081. OLE color: 1315081.

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

Color convert

RGB91720-
CMYK0.550.1500.92
HSL196.36º37.93%5.69%-
HSV(B)196.36º55%7.84%-
XYZ0.440.510.74-
YUV14.95130.85123.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 19.57%
GREEN value IS 17 (7.03% from 255) = 36.96%
BLUE value IS 20 (8.20% from 255) = 43.48%
R=19.57%
G=36.96%
B=43.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal917200.550.1500.92196.3637.935.69
Hex9111437F05Cc4266
Octal11212467170134304466
Binary1001100011010011011111110101110011000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091114; }

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

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

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

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

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

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

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

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