#070F19

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

Shades of Black Pearl #070F19

Tints of Black Pearl #070F19

Color information

#070F19 (or 0x070F19) is unknown color: approx Black Pearl. HEX triplet: 07, 0F and 19. RGB value is (7,15,25). Sum of RGB (Red+Green+Blue) = 7+15+25=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #070F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F19 is #F8F0E6. Grayscale: #0D0D0D. Windows color (decimal): -16314599 or 1642247. OLE color: 1642247.

HSL color Cylindrical-coordinate representation of color #070F19: hue angle of 213.33º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #070F19 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB71525-
CMYK0.720.4000.90
HSL213.33º56.25%6.27%-
HSV(B)213.33º72%9.8%-
XYZ0.430.460.99-
YUV13.75134.35123.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.89%
GREEN value IS 15 (6.25% from 255) = 31.91%
BLUE value IS 25 (10.16% from 255) = 53.19%
R=14.89%
G=31.91%
B=53.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal715250.720.4000.90213.3356.256.27
Hex7F19482805Ad5386
Octal71731110500132325706
Binary11111111100110010001010000101101011010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,15,25); }

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

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

 a { background-color: rgb(7,15,25); }

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

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

 span { border-color: rgb(7,15,25); }

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