#111A1D

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

Shades of Black Pearl #111A1D

Tints of Black Pearl #111A1D

Color information

#111A1D (or 0x111A1D) is unknown color: approx Black Pearl. HEX triplet: 11, 1A and 1D. RGB value is (17,26,29). Sum of RGB (Red+Green+Blue) = 17+26+29=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 29 - color contains mainly: blue. Hex color #111A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A1D is #EEE5E2. Grayscale: #171717. Windows color (decimal): -15656419 or 1907217. OLE color: 1907217.

HSL color Cylindrical-coordinate representation of color #111A1D: hue angle of 195º 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 #111A1D is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB172629-
CMYK0.410.1000.89
HSL195º26.09%9.02%-
HSV(B)195º41.38%11.37%-
XYZ0.820.951.3-
YUV23.65131.02123.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 26 (10.55% from 255) = 36.11%
BLUE value IS 29 (11.72% from 255) = 40.28%
R=23.61%
G=36.11%
B=40.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1726290.410.1000.8919526.099.02
Hex111A1D29A059c31a9
Octal213235511201313033211
Binary10001110101110110100110100101100111000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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