#111719

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

Shades of Black Pearl #111719

Tints of Black Pearl #111719

Color information

#111719 (or 0x111719) is unknown color: approx Black Pearl. HEX triplet: 11, 17 and 19. RGB value is (17,23,25). Sum of RGB (Red+Green+Blue) = 17+23+25=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 25 - color contains mainly: blue. Hex color #111719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111719 is #EEE8E6. Grayscale: #151515. Windows color (decimal): -15657191 or 1644305. OLE color: 1644305.

HSL color Cylindrical-coordinate representation of color #111719: hue angle of 195º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #111719 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB172325-
CMYK0.320.0800.90
HSL195º19.05%8.24%-
HSV(B)195º32%9.8%-
XYZ0.710.81.04-
YUV21.43130.01124.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 23 (9.38% from 255) = 35.38%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=26.15%
G=35.38%
B=38.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1723250.320.0800.9019519.058.24
Hex11171920805Ac3138
Octal212731401001323032310
Binary10001101111100110000010000101101011000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111719; }

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

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

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

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

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

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

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

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