#071019

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

Shades of Black Pearl #071019

Tints of Black Pearl #071019

Color information

#071019 (or 0x071019) is unknown color: approx Black Pearl. HEX triplet: 07, 10 and 19. RGB value is (7,16,25). Sum of RGB (Red+Green+Blue) = 7+16+25=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #071019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071019 is #F8EFE6. Grayscale: #0E0E0E. Windows color (decimal): -16314343 or 1642503. OLE color: 1642503.

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

Color convert

RGB71625-
CMYK0.720.3600.90
HSL210º56.25%6.27%-
HSV(B)210º72%9.8%-
XYZ0.450.490.99-
YUV14.34134.02122.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.58%
GREEN value IS 16 (6.64% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 52.08%
R=14.58%
G=33.33%
B=52.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal716250.720.3600.9021056.256.27
Hex71019482405Ad2386
Octal72031110440132322706
Binary111100001100110010001001000101101011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071019; }

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

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

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

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

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

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

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

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