Html Css Color HEX #111F16 Black Bean

📋 copy color: '#111F16'

red 17 ◦ green 31 ◦ blue 22

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

Shades of Black Bean #111F16

Tints of Black Bean #111F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 44.29%

 BLUE value IS 22 (8.98% from 255) = 31.43%

R = 24.29%
G = 44.29%
B = 31.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.88

RGB Variations

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

Color information

#111F16 (or 0x111F16) is known color: Black Bean. HEX triplet: 11, 1F and 16. RGB value is (17,31,22). Sum of RGB (Red+Green+Blue) = 17+31+22=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 31 - color contains mainly: green. Hex color #111F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F16 is #EEE0E9. Grayscale: #191919. Windows color (decimal): -15655146 or 1449745. OLE color: 1449745.

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

Color convert

RGB 17 31 22 -
CMYK 0.45 0 0.29 0.88
HSL 141.43º 0.29% 0.09% -
HSV(B) 141.43º 0.45% 0.12% -
XYZ 0.87 1.16 0.94 -
YUV 25.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 17 31 22 0.45 0 0.29 0.88 141.43 0.29 0.09
Hex 11 1F 16 2D 0 1D 58 8D 1D 9
Octal 21 37 26 55 0 35 130 215 35 11
Binary 10001 11111 10110 101101 0 11101 1011000 10001101 11101 1001

Color Harmonies of #111F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F16

Black with #111F16

Text Example


Text Example

White with #111F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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