#071012

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

Shades of Black Pearl #071012

Tints of Black Pearl #071012

Color information

#071012 (or 0x071012) is unknown color: approx Black Pearl. HEX triplet: 07, 10 and 12. RGB value is (7,16,18). Sum of RGB (Red+Green+Blue) = 7+16+18=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 18 - color contains mainly: blue. Hex color #071012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071012 is #F8EFED. Grayscale: #0D0D0D. Windows color (decimal): -16314350 or 1183751. OLE color: 1183751.

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

Color convert

RGB71618-
CMYK0.610.1100.93
HSL190.91º44%4.9%-
HSV(B)190.91º61.11%7.06%-
XYZ0.380.460.64-
YUV13.54130.52123.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 16 (6.64% from 255) = 39.02%
BLUE value IS 18 (7.42% from 255) = 43.90%
R=17.07%
G=39.02%
B=43.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal716180.610.1100.93190.91444.9
Hex710123DB05Dbf2c5
Octal7202275130135277545
Binary111100001001011110110110101110110111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071012; }

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

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

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

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

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

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

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

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