#071116

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

Shades of Black Pearl #071116

Tints of Black Pearl #071116

Color information

#071116 (or 0x071116) is unknown color: approx Black Pearl. HEX triplet: 07, 11 and 16. RGB value is (7,17,22). Sum of RGB (Red+Green+Blue) = 7+17+22=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 22 - color contains mainly: blue. Hex color #071116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071116 is #F8EEE9. Grayscale: #0E0E0E. Windows color (decimal): -16314090 or 1446151. OLE color: 1446151.

HSL color Cylindrical-coordinate representation of color #071116: hue angle of 200º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #071116 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB71722-
CMYK0.680.2300.91
HSL200º51.72%5.69%-
HSV(B)200º68.18%8.63%-
XYZ0.430.50.83-
YUV14.58132.19122.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.22%
GREEN value IS 17 (7.03% from 255) = 36.96%
BLUE value IS 22 (8.98% from 255) = 47.83%
R=15.22%
G=36.96%
B=47.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal717220.680.2300.9120051.725.69
Hex71116441705Bc8346
Octal72126104270133310646
Binary11110001101101000100101110101101111001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071116; }

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

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

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

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

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

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

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

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