#070D13

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

Shades of Black Pearl #070D13

Tints of Black Pearl #070D13

Color information

#070D13 (or 0x070D13) is unknown color: approx Black Pearl. HEX triplet: 07, 0D and 13. RGB value is (7,13,19). Sum of RGB (Red+Green+Blue) = 7+13+19=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 13 (5.47% from 255 or 33.33% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #070D13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D13 is #F8F2EC. Grayscale: #0B0B0B. Windows color (decimal): -16315117 or 1248519. OLE color: 1248519.

HSL color Cylindrical-coordinate representation of color #070D13: hue angle of 210º 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 #070D13 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB71319-
CMYK0.630.3200.93
HSL210º46.15%5.1%-
HSV(B)210º63.16%7.45%-
XYZ0.350.380.67-
YUV11.89132.01124.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.95%
GREEN value IS 13 (5.47% from 255) = 33.33%
BLUE value IS 19 (7.81% from 255) = 48.72%
R=17.95%
G=33.33%
B=48.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal713190.630.3200.9321046.155.1
Hex7D133F2005Dd22e5
Octal7152377400135322565
Binary1111101100111111111000000101110111010010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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