#11191B

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

Shades of Black Pearl #11191B

Tints of Black Pearl #11191B

Color information

#11191B (or 0x11191B) is unknown color: approx Black Pearl. HEX triplet: 11, 19 and 1B. RGB value is (17,25,27). Sum of RGB (Red+Green+Blue) = 17+25+27=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 27 - color contains mainly: blue. Hex color #11191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11191B is #EEE6E4. Grayscale: #161616. Windows color (decimal): -15656677 or 1775889. OLE color: 1775889.

HSL color Cylindrical-coordinate representation of color #11191B: hue angle of 192º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #11191B is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB172527-
CMYK0.370.0700.89
HSL192º22.73%8.63%-
HSV(B)192º37.04%10.59%-
XYZ0.780.891.17-
YUV22.84130.35123.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 25 (10.16% from 255) = 36.23%
BLUE value IS 27 (10.94% from 255) = 39.13%
R=24.64%
G=36.23%
B=39.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1725270.370.0700.8919222.738.63
Hex11191B257059c0179
Octal21313345701313002711
Binary1000111001110111001011110101100111000000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11191B; }

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

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

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

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

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

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

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

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