#071419

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

Shades of Black Pearl #071419

Tints of Black Pearl #071419

Color information

#071419 (or 0x071419) is unknown color: approx Black Pearl. HEX triplet: 07, 14 and 19. RGB value is (7,20,25). Sum of RGB (Red+Green+Blue) = 7+20+25=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #071419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071419 is #F8EBE6. Grayscale: #101010. Windows color (decimal): -16313319 or 1643527. OLE color: 1643527.

HSL color Cylindrical-coordinate representation of color #071419: hue angle of 196.67º 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 #071419 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB72025-
CMYK0.720.2000.90
HSL196.67º56.25%6.27%-
HSV(B)196.67º72%9.8%-
XYZ0.510.621.01-
YUV16.68132.69121.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.46%
GREEN value IS 20 (8.20% from 255) = 38.46%
BLUE value IS 25 (10.16% from 255) = 48.08%
R=13.46%
G=38.46%
B=48.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal720250.720.2000.90196.6756.256.27
Hex71419481405Ac5386
Octal72431110240132305706
Binary11110100110011001000101000101101011000101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071419; }

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

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

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

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

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

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

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

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