#070D15

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

Shades of Black Pearl #070D15

Tints of Black Pearl #070D15

Color information

#070D15 (or 0x070D15) is unknown color: approx Black Pearl. HEX triplet: 07, 0D and 15. RGB value is (7,13,21). Sum of RGB (Red+Green+Blue) = 7+13+21=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #070D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D15 is #F8F2EA. Grayscale: #0C0C0C. Windows color (decimal): -16315115 or 1379591. OLE color: 1379591.

HSL color Cylindrical-coordinate representation of color #070D15: hue angle of 214.29º 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 #070D15 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB71321-
CMYK0.670.3800.92
HSL214.29º50%5.49%-
HSV(B)214.29º66.67%8.24%-
XYZ0.370.390.76-
YUV12.12133.01124.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 13 (5.47% from 255) = 31.71%
BLUE value IS 21 (8.59% from 255) = 51.22%
R=17.07%
G=31.71%
B=51.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal713210.670.3800.92214.29505.49
Hex7D15432605Cd6325
Octal71525103460134326625
Binary11111011010110000111001100101110011010110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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