#111C1E

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

Shades of Black Pearl #111C1E

Tints of Black Pearl #111C1E

Color information

#111C1E (or 0x111C1E) is unknown color: approx Black Pearl. HEX triplet: 11, 1C and 1E. RGB value is (17,28,30). Sum of RGB (Red+Green+Blue) = 17+28+30=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 30 - color contains mainly: blue. Hex color #111C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C1E is #EEE3E1. Grayscale: #181818. Windows color (decimal): -15655906 or 1973265. OLE color: 1973265.

HSL color Cylindrical-coordinate representation of color #111C1E: hue angle of 189.23º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #111C1E is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB172830-
CMYK0.430.0700.88
HSL189.23º27.66%9.22%-
HSV(B)189.23º43.33%11.76%-
XYZ0.881.041.38-
YUV24.94130.86122.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.67%
GREEN value IS 28 (11.33% from 255) = 37.33%
BLUE value IS 30 (12.11% from 255) = 40%
R=22.67%
G=37.33%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1728300.430.0700.88189.2327.669.22
Hex111C1E2B7058bd1c9
Octal21343653701302753411
Binary1000111100111101010111110101100010111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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