Html Css Color HEX #112616 Black Bean

📋 copy color: '#112616'

red 17 ◦ green 38 ◦ blue 22

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

Shades of Black Bean #112616

Tints of Black Bean #112616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 49.35%

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

R = 22.08%
G = 49.35%
B = 28.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.85

RGB Variations

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

Color information

#112616 (or 0x112616) is known color: Black Bean. HEX triplet: 11, 26 and 16. RGB value is (17,38,22). Sum of RGB (Red+Green+Blue) = 17+38+22=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #112616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112616 is #EED9E9. Grayscale: #1D1D1D. Windows color (decimal): -15653354 or 1451537. OLE color: 1451537.

HSL color Cylindrical-coordinate representation of color #112616: hue angle of 134.29º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #112616 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 38 22 -
CMYK 0.55 0 0.42 0.85
HSL 134.29º 0.38% 0.11% -
HSV(B) 134.29º 0.55% 0.15% -
XYZ 1.07 1.56 1 -
YUV 29.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 17 38 22 0.55 0 0.42 0.85 134.29 0.38 0.11
Hex 11 26 16 37 0 2A 55 86 26 B
Octal 21 46 26 67 0 52 125 206 46 13
Binary 10001 100110 10110 110111 0 101010 1010101 10000110 100110 1011

Color Harmonies of #112616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112616

Black with #112616

Text Example


Text Example

White with #112616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112616; }

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

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

background-color css

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

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

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

border-color css

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

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

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