#071011

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

Shades of Black Pearl #071011

Tints of Black Pearl #071011

Color information

#071011 (or 0x071011) is unknown color: approx Black Pearl. HEX triplet: 07, 10 and 11. RGB value is (7,16,17). Sum of RGB (Red+Green+Blue) = 7+16+17=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 17 - color contains mainly: blue. Hex color #071011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071011 is #F8EFEE. Grayscale: #0D0D0D. Windows color (decimal): -16314351 or 1118215. OLE color: 1118215.

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

Color convert

RGB71617-
CMYK0.590.0600.93
HSL186º41.67%4.71%-
HSV(B)186º58.82%6.67%-
XYZ0.370.460.6-
YUV13.42130.02123.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.5%
GREEN value IS 16 (6.64% from 255) = 40%
BLUE value IS 17 (7.03% from 255) = 42.5%
R=17.5%
G=40%
B=42.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal716170.590.0600.9318641.674.71
Hex710113B605Dba2a5
Octal720217360135272525
Binary11110000100011110111100101110110111010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071011; }

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

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

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

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

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

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

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

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