#070E18

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

Shades of Black Pearl #070E18

Tints of Black Pearl #070E18

Color information

#070E18 (or 0x070E18) is unknown color: approx Black Pearl. HEX triplet: 07, 0E and 18. RGB value is (7,14,24). Sum of RGB (Red+Green+Blue) = 7+14+24=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #070E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E18 is #F8F1E7. Grayscale: #0D0D0D. Windows color (decimal): -16314856 or 1576455. OLE color: 1576455.

HSL color Cylindrical-coordinate representation of color #070E18: hue angle of 215.29º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #070E18 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB71424-
CMYK0.710.4200.91
HSL215.29º54.84%6.08%-
HSV(B)215.29º70.83%9.41%-
XYZ0.410.430.92-
YUV13.05134.18123.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 14 (5.86% from 255) = 31.11%
BLUE value IS 24 (9.77% from 255) = 53.33%
R=15.56%
G=31.11%
B=53.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal714240.710.4200.91215.2954.846.08
Hex7E18472A05Bd7376
Octal71630107520133327676
Binary11111101100010001111010100101101111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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