#070E13

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

Shades of Black Pearl #070E13

Tints of Black Pearl #070E13

Color information

#070E13 (or 0x070E13) is unknown color: approx Black Pearl. HEX triplet: 07, 0E and 13. RGB value is (7,14,19). Sum of RGB (Red+Green+Blue) = 7+14+19=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 19 - color contains mainly: blue. Hex color #070E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E13 is #F8F1EC. Grayscale: #0C0C0C. Windows color (decimal): -16314861 or 1248775. OLE color: 1248775.

HSL color Cylindrical-coordinate representation of color #070E13: hue angle of 205º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #070E13 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB71419-
CMYK0.630.2600.93
HSL205º46.15%5.1%-
HSV(B)205º63.16%7.45%-
XYZ0.360.410.68-
YUV12.48131.68124.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.5%
GREEN value IS 14 (5.86% from 255) = 35%
BLUE value IS 19 (7.81% from 255) = 47.5%
R=17.5%
G=35%
B=47.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal714190.630.2600.9320546.155.1
Hex7E133F1A05Dcd2e5
Octal7162377320135315565
Binary111111010011111111110100101110111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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