#071216

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

Shades of Black Pearl #071216

Tints of Black Pearl #071216

Color information

#071216 (or 0x071216) is unknown color: approx Black Pearl. HEX triplet: 07, 12 and 16. RGB value is (7,18,22). Sum of RGB (Red+Green+Blue) = 7+18+22=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #071216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071216 is #F8EDE9. Grayscale: #0F0F0F. Windows color (decimal): -16313834 or 1446407. OLE color: 1446407.

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

Color convert

RGB71822-
CMYK0.680.1800.91
HSL196º51.72%5.69%-
HSV(B)196º68.18%8.63%-
XYZ0.450.540.84-
YUV15.17131.86122.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.89%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 22 (8.98% from 255) = 46.81%
R=14.89%
G=38.30%
B=46.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal718220.680.1800.9119651.725.69
Hex71216441205Bc4346
Octal72226104220133304646
Binary11110010101101000100100100101101111000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071216; }

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

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

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

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

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

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

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

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