#091013

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

Shades of Black Pearl #091013

Tints of Black Pearl #091013

Color information

#091013 (or 0x091013) is unknown color: approx Black Pearl. HEX triplet: 09, 10 and 13. RGB value is (9,16,19). Sum of RGB (Red+Green+Blue) = 9+16+19=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 19 - color contains mainly: blue. Hex color #091013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091013 is #F6EFEC. Grayscale: #0E0E0E. Windows color (decimal): -16183277 or 1249289. OLE color: 1249289.

HSL color Cylindrical-coordinate representation of color #091013: hue angle of 198º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #091013 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB91619-
CMYK0.530.1600.93
HSL198º35.71%5.49%-
HSV(B)198º52.63%7.45%-
XYZ0.420.480.69-
YUV14.25130.68124.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20.45%
GREEN value IS 16 (6.64% from 255) = 36.36%
BLUE value IS 19 (7.81% from 255) = 43.18%
R=20.45%
G=36.36%
B=43.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal916190.530.1600.9319835.715.49
Hex91013351005Dc6245
Octal11202365200135306445
Binary10011000010011110101100000101110111000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091013; }

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

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

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

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

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

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

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

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