#081011

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

Shades of Black Pearl #081011

Tints of Black Pearl #081011

Color information

#081011 (or 0x081011) is unknown color: approx Black Pearl. HEX triplet: 08, 10 and 11. RGB value is (8,16,17). Sum of RGB (Red+Green+Blue) = 8+16+17=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 17 - color contains mainly: blue. Hex color #081011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081011 is #F7EFEE. Grayscale: #0D0D0D. Windows color (decimal): -16248815 or 1118216. OLE color: 1118216.

HSL color Cylindrical-coordinate representation of color #081011: hue angle of 186.67º 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 #081011 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB81617-
CMYK0.530.0600.93
HSL186.67º36%4.9%-
HSV(B)186.67º52.94%6.67%-
XYZ0.390.460.6-
YUV13.72129.85123.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.51%
GREEN value IS 16 (6.64% from 255) = 39.02%
BLUE value IS 17 (7.03% from 255) = 41.46%
R=19.51%
G=39.02%
B=41.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal816170.530.0600.93186.67364.9
Hex8101135605Dbb245
Octal1020216560135273445
Binary100010000100011101011100101110110111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081011; }

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

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

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

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

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

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

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

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