#081112

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

Shades of Black Pearl #081112

Tints of Black Pearl #081112

Color information

#081112 (or 0x081112) is unknown color: approx Black Pearl. HEX triplet: 08, 11 and 12. RGB value is (8,17,18). Sum of RGB (Red+Green+Blue) = 8+17+18=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 18 - color contains mainly: blue. Hex color #081112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081112 is #F7EEED. Grayscale: #0E0E0E. Windows color (decimal): -16248558 or 1184008. OLE color: 1184008.

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

Color convert

RGB81718-
CMYK0.560.0600.93
HSL186º38.46%5.1%-
HSV(B)186º55.56%7.06%-
XYZ0.410.50.65-
YUV14.42130.02123.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.60%
GREEN value IS 17 (7.03% from 255) = 39.53%
BLUE value IS 18 (7.42% from 255) = 41.86%
R=18.60%
G=39.53%
B=41.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal817180.560.0600.9318638.465.1
Hex8111238605Dba265
Octal1021227060135272465
Binary100010001100101110001100101110110111010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081112; }

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

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

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

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

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

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

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

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