#070E14

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

Shades of Black Pearl #070E14

Tints of Black Pearl #070E14

Color information

#070E14 (or 0x070E14) is unknown color: approx Black Pearl. HEX triplet: 07, 0E and 14. RGB value is (7,14,20). Sum of RGB (Red+Green+Blue) = 7+14+20=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #070E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E14 is #F8F1EB. Grayscale: #0C0C0C. Windows color (decimal): -16314860 or 1314311. OLE color: 1314311.

HSL color Cylindrical-coordinate representation of color #070E14: hue angle of 207.69º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #070E14 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB71420-
CMYK0.650.3000.92
HSL207.69º48.15%5.29%-
HSV(B)207.69º65%7.84%-
XYZ0.370.410.72-
YUV12.59132.18124.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 14 (5.86% from 255) = 34.15%
BLUE value IS 20 (8.20% from 255) = 48.78%
R=17.07%
G=34.15%
B=48.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal714200.650.3000.92207.6948.155.29
Hex7E14411E05Cd0305
Octal71624101360134320605
Binary1111110101001000001111100101110011010000110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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