#081012

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

Shades of Black Pearl #081012

Tints of Black Pearl #081012

Color information

#081012 (or 0x081012) is unknown color: approx Black Pearl. HEX triplet: 08, 10 and 12. RGB value is (8,16,18). Sum of RGB (Red+Green+Blue) = 8+16+18=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 18 - color contains mainly: blue. Hex color #081012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081012 is #F7EFED. Grayscale: #0D0D0D. Windows color (decimal): -16248814 or 1183752. OLE color: 1183752.

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

Color convert

RGB81618-
CMYK0.560.1100.93
HSL192º38.46%5.1%-
HSV(B)192º55.56%7.06%-
XYZ0.390.470.64-
YUV13.84130.35123.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.05%
GREEN value IS 16 (6.64% from 255) = 38.10%
BLUE value IS 18 (7.42% from 255) = 42.86%
R=19.05%
G=38.10%
B=42.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal816180.560.1100.9319238.465.1
Hex8101238B05Dc0265
Octal10202270130135300465
Binary1000100001001011100010110101110111000000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081012; }

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

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

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

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

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

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

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

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