#070E0F

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

Shades of Black Pearl #070E0F

Tints of Black Pearl #070E0F

Color information

#070E0F (or 0x070E0F) is unknown color: approx Black Pearl. HEX triplet: 07, 0E and 0F. RGB value is (7,14,15). Sum of RGB (Red+Green+Blue) = 7+14+15=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 15 - color contains mainly: blue. Hex color #070E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E0F is #F8F1F0. Grayscale: #0C0C0C. Windows color (decimal): -16314865 or 986631. OLE color: 986631.

HSL color Cylindrical-coordinate representation of color #070E0F: hue angle of 187.5º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #070E0F is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB71415-
CMYK0.530.0700.94
HSL187.5º36.36%4.31%-
HSV(B)187.5º53.33%5.88%-
XYZ0.330.390.51-
YUV12.02129.68124.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 19.44%
GREEN value IS 14 (5.86% from 255) = 38.89%
BLUE value IS 15 (6.25% from 255) = 41.67%
R=19.44%
G=38.89%
B=41.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal714150.530.0700.94187.536.364.31
Hex7EF35705Ebc244
Octal716176570136274444
Binary111111011111101011110101111010111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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