#070E15

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

Shades of Black Pearl #070E15

Tints of Black Pearl #070E15

Color information

#070E15 (or 0x070E15) is unknown color: approx Black Pearl. HEX triplet: 07, 0E and 15. RGB value is (7,14,21). Sum of RGB (Red+Green+Blue) = 7+14+21=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #070E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E15 is #F8F1EA. Grayscale: #0C0C0C. Windows color (decimal): -16314859 or 1379847. OLE color: 1379847.

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

Color convert

RGB71421-
CMYK0.670.3300.92
HSL210º50%5.49%-
HSV(B)210º66.67%8.24%-
XYZ0.380.410.77-
YUV12.7132.68123.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.67%
GREEN value IS 14 (5.86% from 255) = 33.33%
BLUE value IS 21 (8.59% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal714210.670.3300.92210505.49
Hex7E15432105Cd2325
Octal71625103410134322625
Binary11111101010110000111000010101110011010010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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