#070D16

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

Shades of Black Pearl #070D16

Tints of Black Pearl #070D16

Color information

#070D16 (or 0x070D16) is unknown color: approx Black Pearl. HEX triplet: 07, 0D and 16. RGB value is (7,13,22). Sum of RGB (Red+Green+Blue) = 7+13+22=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #070D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D16 is #F8F2E9. Grayscale: #0C0C0C. Windows color (decimal): -16315114 or 1445127. OLE color: 1445127.

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

Color convert

RGB71322-
CMYK0.680.4100.91
HSL216º51.72%5.69%-
HSV(B)216º68.18%8.63%-
XYZ0.380.390.81-
YUV12.23133.51124.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.67%
GREEN value IS 13 (5.47% from 255) = 30.95%
BLUE value IS 22 (8.98% from 255) = 52.38%
R=16.67%
G=30.95%
B=52.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal713220.680.4100.9121651.725.69
Hex7D16442905Bd8346
Octal71526104510133330646
Binary11111011011010001001010010101101111011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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