Html Css Color HEX #111411 Black Bean

📋 copy color: '#111411'

red 17 ◦ green 20 ◦ blue 17

#111411
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #111411

Tints of Black Bean #111411

RGB

 RED value IS 17 (7.03% from 255) = 31.48%

 GREEN value IS 20 (8.2% from 255) = 37.04%

 BLUE value IS 17 (7.03% from 255) = 31.48%

R = 31.48%
G = 37.04%
B = 31.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#111411 (or 0x111411) is known color: Black Bean. HEX triplet: 11, 14 and 11. RGB value is (17,20,17). Sum of RGB (Red+Green+Blue) = 17+20+17=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 20 - color contains mainly: green. Hex color #111411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111411 is #EEEBEE. Grayscale: #121212. Windows color (decimal): -15657967 or 1119249. OLE color: 1119249.

HSL color Cylindrical-coordinate representation of color #111411: hue angle of 120º degrees, saturation: 0.08, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #111411 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 20 17 -
CMYK 0.15 0 0.15 0.92
HSL 120º 0.08% 0.07% -
HSV(B) 120º 0.15% 0.08% -
XYZ 0.58 0.66 0.63 -
YUV 18.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 17 20 17 0.15 0 0.15 0.92 120 0.08 0.07
Hex 11 14 11 F 0 F 5C 78 8 7
Octal 21 24 21 17 0 17 134 170 10 7
Binary 10001 10100 10001 1111 0 1111 1011100 1111000 1000 111

Color Harmonies of #111411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111411

Black with #111411

Text Example


Text Example

White with #111411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111411; }

 p { color: rgb(17,20,17); }

 H1.HeaderClassName
 {
   color: #111411;
 }
 .AnyTagClassName
 {
   color: #111411;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #111411;
 }
 .BgClassName
 {
   background-color: #111411;
 }
</style>

border-color css

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

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

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