#071119

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

Shades of Black Pearl #071119

Tints of Black Pearl #071119

Color information

#071119 (or 0x071119) is unknown color: approx Black Pearl. HEX triplet: 07, 11 and 19. RGB value is (7,17,25). Sum of RGB (Red+Green+Blue) = 7+17+25=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #071119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071119 is #F8EEE6. Grayscale: #0E0E0E. Windows color (decimal): -16314087 or 1642759. OLE color: 1642759.

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

Color convert

RGB71725-
CMYK0.720.3200.90
HSL206.67º56.25%6.27%-
HSV(B)206.67º72%9.8%-
XYZ0.460.520.99-
YUV14.92133.69122.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.29%
GREEN value IS 17 (7.03% from 255) = 34.69%
BLUE value IS 25 (10.16% from 255) = 51.02%
R=14.29%
G=34.69%
B=51.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal717250.720.3200.90206.6756.256.27
Hex71119482005Acf386
Octal72131110400132317706
Binary111100011100110010001000000101101011001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071119; }

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

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

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

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

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

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

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

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