#081113

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

Shades of Black Pearl #081113

Tints of Black Pearl #081113

Color information

#081113 (or 0x081113) is unknown color: approx Black Pearl. HEX triplet: 08, 11 and 13. RGB value is (8,17,19). Sum of RGB (Red+Green+Blue) = 8+17+19=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 17 (7.03% from 255 or 38.64% 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 #081113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081113 is #F7EEEC. Grayscale: #0E0E0E. Windows color (decimal): -16248557 or 1249544. OLE color: 1249544.

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

Color convert

RGB81719-
CMYK0.580.1100.93
HSL190.91º40.74%5.29%-
HSV(B)190.91º57.89%7.45%-
XYZ0.420.50.69-
YUV14.54130.52123.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.18%
GREEN value IS 17 (7.03% from 255) = 38.64%
BLUE value IS 19 (7.81% from 255) = 43.18%
R=18.18%
G=38.64%
B=43.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal817190.580.1100.93190.9140.745.29
Hex811133AB05Dbf295
Octal10212372130135277515
Binary1000100011001111101010110101110110111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081113; }

 p { color: rgb(8,17,19); }

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

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

 a { background-color: rgb(8,17,19); }

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

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

 span { border-color: rgb(8,17,19); }

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