#070E16

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

Shades of Black Pearl #070E16

Tints of Black Pearl #070E16

Color information

#070E16 (or 0x070E16) is unknown color: approx Black Pearl. HEX triplet: 07, 0E and 16. RGB value is (7,14,22). Sum of RGB (Red+Green+Blue) = 7+14+22=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #070E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E16 is #F8F1E9. Grayscale: #0C0C0C. Windows color (decimal): -16314858 or 1445383. OLE color: 1445383.

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

Color convert

RGB71422-
CMYK0.680.3600.91
HSL212º51.72%5.69%-
HSV(B)212º68.18%8.63%-
XYZ0.390.420.82-
YUV12.82133.18123.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.28%
GREEN value IS 14 (5.86% from 255) = 32.56%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=16.28%
G=32.56%
B=51.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal714220.680.3600.9121251.725.69
Hex7E16442405Bd4346
Octal71626104440133324646
Binary11111101011010001001001000101101111010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070E16; }

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

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

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

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

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

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

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

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