#070C10

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

Shades of Black Pearl #070C10

Tints of Black Pearl #070C10

Color information

#070C10 (or 0x070C10) is unknown color: approx Black Pearl. HEX triplet: 07, 0C and 10. RGB value is (7,12,16). Sum of RGB (Red+Green+Blue) = 7+12+16=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 16 - color contains mainly: blue. Hex color #070C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C10 is #F8F3EF. Grayscale: #0A0A0A. Windows color (decimal): -16315376 or 1051655. OLE color: 1051655.

HSL color Cylindrical-coordinate representation of color #070C10: hue angle of 206.67º 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 #070C10 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB71216-
CMYK0.560.2500.94
HSL206.67º39.13%4.51%-
HSV(B)206.67º56.25%6.27%-
XYZ0.310.350.54-
YUV10.96130.84125.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20%
GREEN value IS 12 (5.08% from 255) = 34.29%
BLUE value IS 16 (6.64% from 255) = 45.71%
R=20%
G=34.29%
B=45.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal712160.560.2500.94206.6739.134.51
Hex7C10381905Ecf275
Octal7142070310136317475
Binary111110010000111000110010101111011001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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