#071316

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

Shades of Black Pearl #071316

Tints of Black Pearl #071316

Color information

#071316 (or 0x071316) is unknown color: approx Black Pearl. HEX triplet: 07, 13 and 16. RGB value is (7,19,22). Sum of RGB (Red+Green+Blue) = 7+19+22=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #071316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071316 is #F8ECE9. Grayscale: #0F0F0F. Windows color (decimal): -16313578 or 1446663. OLE color: 1446663.

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

Color convert

RGB71922-
CMYK0.680.1400.91
HSL192º51.72%5.69%-
HSV(B)192º68.18%8.63%-
XYZ0.470.570.84-
YUV15.75131.52121.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.58%
GREEN value IS 19 (7.81% from 255) = 39.58%
BLUE value IS 22 (8.98% from 255) = 45.83%
R=14.58%
G=39.58%
B=45.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal719220.680.1400.9119251.725.69
Hex7131644E05Bc0346
Octal72326104160133300646
Binary1111001110110100010011100101101111000000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071316; }

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

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

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

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

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

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

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

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