#091214

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

Shades of Black Pearl #091214

Tints of Black Pearl #091214

Color information

#091214 (or 0x091214) is unknown color: approx Black Pearl. HEX triplet: 09, 12 and 14. RGB value is (9,18,20). Sum of RGB (Red+Green+Blue) = 9+18+20=47 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.15% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 20 - color contains mainly: blue. Hex color #091214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091214 is #F6EDEB. Grayscale: #0F0F0F. Windows color (decimal): -16182764 or 1315337. OLE color: 1315337.

HSL color Cylindrical-coordinate representation of color #091214: hue angle of 190.91º 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 #091214 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB91820-
CMYK0.550.1000.92
HSL190.91º37.93%5.69%-
HSV(B)190.91º55%7.84%-
XYZ0.460.540.74-
YUV15.54130.52123.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 19.15%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 20 (8.20% from 255) = 42.55%
R=19.15%
G=38.30%
B=42.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal918200.550.1000.92190.9137.935.69
Hex9121437A05Cbf266
Octal11222467120134277466
Binary1001100101010011011110100101110010111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091214; }

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

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

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

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

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

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

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

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