#071319

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

Shades of Black Pearl #071319

Tints of Black Pearl #071319

Color information

#071319 (or 0x071319) is unknown color: approx Black Pearl. HEX triplet: 07, 13 and 19. RGB value is (7,19,25). Sum of RGB (Red+Green+Blue) = 7+19+25=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #071319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071319 is #F8ECE6. Grayscale: #101010. Windows color (decimal): -16313575 or 1643271. OLE color: 1643271.

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

Color convert

RGB71925-
CMYK0.720.2400.90
HSL200º56.25%6.27%-
HSV(B)200º72%9.8%-
XYZ0.50.581.01-
YUV16.1133.02121.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.73%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 25 (10.16% from 255) = 49.02%
R=13.73%
G=37.25%
B=49.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal719250.720.2400.9020056.256.27
Hex71319481805Ac8386
Octal72331110300132310706
Binary11110011110011001000110000101101011001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071319; }

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

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

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

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

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

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

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

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