#111C13

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

Shades of Black Bean #111C13

Tints of Black Bean #111C13

Color information

#111C13 (or 0x111C13) is unknown color: approx Black Bean. HEX triplet: 11, 1C and 13. RGB value is (17,28,19). Sum of RGB (Red+Green+Blue) = 17+28+19=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 28 - color contains mainly: green. Hex color #111C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C13 is #EEE3EC. Grayscale: #171717. Windows color (decimal): -15655917 or 1252369. OLE color: 1252369.

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

Color convert

RGB172819-
CMYK0.3900.320.89
HSL130.91º24.44%8.82%-
HSV(B)130.91º39.29%10.98%-
XYZ0.7610.77-
YUV23.68125.36123.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.56%
GREEN value IS 28 (11.33% from 255) = 43.75%
BLUE value IS 19 (7.81% from 255) = 29.69%
R=26.56%
G=43.75%
B=29.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1728190.3900.320.89130.9124.448.82
Hex111C13270205983189
Octal213423470401312033011
Binary1000111100100111001110100000101100110000011110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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