#111B1C

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

Shades of Black Pearl #111B1C

Tints of Black Pearl #111B1C

Color information

#111B1C (or 0x111B1C) is unknown color: approx Black Pearl. HEX triplet: 11, 1B and 1C. RGB value is (17,27,28). Sum of RGB (Red+Green+Blue) = 17+27+28=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #111B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B1C is #EEE4E3. Grayscale: #181818. Windows color (decimal): -15656164 or 1841937. OLE color: 1841937.

HSL color Cylindrical-coordinate representation of color #111B1C: hue angle of 185.45º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #111B1C is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB172728-
CMYK0.390.0400.89
HSL185.45º24.44%8.82%-
HSV(B)185.45º39.29%10.98%-
XYZ0.830.991.25-
YUV24.12130.19122.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 27 (10.94% from 255) = 37.5%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=23.61%
G=37.5%
B=38.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1727280.390.0400.89185.4524.448.82
Hex111B1C274059b9189
Octal21333447401312713011
Binary1000111011111001001111000101100110111001110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111B1C; }

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

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

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

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

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

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

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

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