#071016

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

Shades of Black Pearl #071016

Tints of Black Pearl #071016

Color information

#071016 (or 0x071016) is unknown color: approx Black Pearl. HEX triplet: 07, 10 and 16. RGB value is (7,16,22). Sum of RGB (Red+Green+Blue) = 7+16+22=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #071016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071016 is #F8EFE9. Grayscale: #0D0D0D. Windows color (decimal): -16314346 or 1445895. OLE color: 1445895.

HSL color Cylindrical-coordinate representation of color #071016: hue angle of 204º 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 #071016 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB71622-
CMYK0.680.2700.91
HSL204º51.72%5.69%-
HSV(B)204º68.18%8.63%-
XYZ0.420.470.83-
YUV13.99132.52123.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 16 (6.64% from 255) = 35.56%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=15.56%
G=35.56%
B=48.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal716220.680.2700.9120451.725.69
Hex71016441B05Bcc346
Octal72026104330133314646
Binary11110000101101000100110110101101111001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071016; }

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

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

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

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

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

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

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

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