#070F16

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

Shades of Black Pearl #070F16

Tints of Black Pearl #070F16

Color information

#070F16 (or 0x070F16) is unknown color: approx Black Pearl. HEX triplet: 07, 0F and 16. RGB value is (7,15,22). Sum of RGB (Red+Green+Blue) = 7+15+22=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #070F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F16 is #F8F0E9. Grayscale: #0D0D0D. Windows color (decimal): -16314602 or 1445639. OLE color: 1445639.

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

Color convert

RGB71522-
CMYK0.680.3200.91
HSL208º51.72%5.69%-
HSV(B)208º68.18%8.63%-
XYZ0.40.440.82-
YUV13.41132.85123.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.91%
GREEN value IS 15 (6.25% from 255) = 34.09%
BLUE value IS 22 (8.98% from 255) = 50%
R=15.91%
G=34.09%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal715220.680.3200.9120851.725.69
Hex7F16442005Bd0346
Octal71726104400133320646
Binary11111111011010001001000000101101111010000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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