Html Css Color HEX #112E16 Black Bean

📋 copy color: '#112E16'

red 17 ◦ green 46 ◦ blue 22

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

Shades of Black Bean #112E16

Tints of Black Bean #112E16

RGB

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

 GREEN value IS 46 (18.36% from 255) = 54.12%

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

R = 20%
G = 54.12%
B = 25.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.82

RGB Variations

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

Color information

#112E16 (or 0x112E16) is known color: Black Bean. HEX triplet: 11, 2E and 16. RGB value is (17,46,22). Sum of RGB (Red+Green+Blue) = 17+46+22=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 46 (18.36% from 255 or 54.12% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 46 - color contains mainly: green. Hex color #112E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112E16 is #EED1E9. Grayscale: #222222. Windows color (decimal): -15651306 or 1453585. OLE color: 1453585.

HSL color Cylindrical-coordinate representation of color #112E16: hue angle of 130.34º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #112E16 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.82.

Color convert

RGB 17 46 22 -
CMYK 0.63 0 0.52 0.82
HSL 130.34º 0.46% 0.12% -
HSV(B) 130.34º 0.63% 0.18% -
XYZ 1.35 2.13 1.1 -
YUV 34.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 17 46 22 0.63 0 0.52 0.82 130.34 0.46 0.12
Hex 11 2E 16 3F 0 34 52 82 2E C
Octal 21 56 26 77 0 64 122 202 56 14
Binary 10001 101110 10110 111111 0 110100 1010010 10000010 101110 1100

Color Harmonies of #112E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E16

Black with #112E16

Text Example


Text Example

White with #112E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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