#111B1F

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

Shades of Black Pearl #111B1F

Tints of Black Pearl #111B1F

Color information

#111B1F (or 0x111B1F) is unknown color: approx Black Pearl. HEX triplet: 11, 1B and 1F. RGB value is (17,27,31). Sum of RGB (Red+Green+Blue) = 17+27+31=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #111B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B1F is #EEE4E0. Grayscale: #181818. Windows color (decimal): -15656161 or 2038545. OLE color: 2038545.

HSL color Cylindrical-coordinate representation of color #111B1F: hue angle of 197.14º 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 #111B1F is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB172731-
CMYK0.450.1300.88
HSL197.14º29.17%9.41%-
HSV(B)197.14º45.16%12.16%-
XYZ0.8711.44-
YUV24.47131.69122.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.67%
GREEN value IS 27 (10.94% from 255) = 36%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=22.67%
G=36%
B=41.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1727310.450.1300.88197.1429.179.41
Hex111B1F2DD058c51d9
Octal213337551501303053511
Binary10001110111111110110111010101100011000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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