#070D10

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

Shades of Black Pearl #070D10

Tints of Black Pearl #070D10

Color information

#070D10 (or 0x070D10) is unknown color: approx Black Pearl. HEX triplet: 07, 0D and 10. RGB value is (7,13,16). Sum of RGB (Red+Green+Blue) = 7+13+16=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 16 - color contains mainly: blue. Hex color #070D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D10 is #F8F2EF. Grayscale: #0B0B0B. Windows color (decimal): -16315120 or 1051911. OLE color: 1051911.

HSL color Cylindrical-coordinate representation of color #070D10: hue angle of 200º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #070D10 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB71316-
CMYK0.560.1900.94
HSL200º39.13%4.51%-
HSV(B)200º56.25%6.27%-
XYZ0.330.370.54-
YUV11.55130.51124.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 19.44%
GREEN value IS 13 (5.47% from 255) = 36.11%
BLUE value IS 16 (6.64% from 255) = 44.44%
R=19.44%
G=36.11%
B=44.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal713160.560.1900.9420039.134.51
Hex7D10381305Ec8275
Octal7152070230136310475
Binary111110110000111000100110101111011001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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