#111C1F

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

Shades of Black Pearl #111C1F

Tints of Black Pearl #111C1F

Color information

#111C1F (or 0x111C1F) is unknown color: approx Black Pearl. HEX triplet: 11, 1C and 1F. RGB value is (17,28,31). Sum of RGB (Red+Green+Blue) = 17+28+31=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 31 - color contains mainly: blue. Hex color #111C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C1F is #EEE3E0. Grayscale: #191919. Windows color (decimal): -15655905 or 2038801. OLE color: 2038801.

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

Color convert

RGB172831-
CMYK0.450.1000.88
HSL192.86º29.17%9.41%-
HSV(B)192.86º45.16%12.16%-
XYZ0.891.051.45-
YUV25.05131.36122.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.37%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 31 (12.5% from 255) = 40.79%
R=22.37%
G=36.84%
B=40.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1728310.450.1000.88192.8629.179.41
Hex111C1F2DA058c11d9
Octal213437551201303013511
Binary10001111001111110110110100101100011000001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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