#111819

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

Shades of Black Pearl #111819

Tints of Black Pearl #111819

Color information

#111819 (or 0x111819) is unknown color: approx Black Pearl. HEX triplet: 11, 18 and 19. RGB value is (17,24,25). Sum of RGB (Red+Green+Blue) = 17+24+25=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 25 - color contains mainly: blue. Hex color #111819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111819 is #EEE7E6. Grayscale: #161616. Windows color (decimal): -15656935 or 1644561. OLE color: 1644561.

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

Color convert

RGB172425-
CMYK0.320.0400.90
HSL187.5º19.05%8.24%-
HSV(B)187.5º32%9.8%-
XYZ0.730.841.04-
YUV22.02129.68124.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 24 (9.77% from 255) = 36.36%
BLUE value IS 25 (10.16% from 255) = 37.88%
R=25.76%
G=36.36%
B=37.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1724250.320.0400.90187.519.058.24
Hex11181920405Abc138
Octal21303140401322742310
Binary1000111000110011000001000101101010111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111819; }

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

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

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

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

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

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

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

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