#111C1D

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

Shades of Black Pearl #111C1D

Tints of Black Pearl #111C1D

Color information

#111C1D (or 0x111C1D) is unknown color: approx Black Pearl. HEX triplet: 11, 1C and 1D. RGB value is (17,28,29). Sum of RGB (Red+Green+Blue) = 17+28+29=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: blue. Hex color #111C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C1D is #EEE3E2. Grayscale: #181818. Windows color (decimal): -15655907 or 1907729. OLE color: 1907729.

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

Color convert

RGB172829-
CMYK0.410.0300.89
HSL185º26.09%9.02%-
HSV(B)185º41.38%11.37%-
XYZ0.871.041.32-
YUV24.82130.36122.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 28 (11.33% from 255) = 37.84%
BLUE value IS 29 (11.72% from 255) = 39.19%
R=22.97%
G=37.84%
B=39.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1728290.410.0300.8918526.099.02
Hex111C1D293059b91a9
Octal21343551301312713211
Binary100011110011101101001110101100110111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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