Html Css Color HEX #112C16 Black Bean

📋 copy color: '#112C16'

red 17 ◦ green 44 ◦ blue 22

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

Shades of Black Bean #112C16

Tints of Black Bean #112C16

RGB

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

 GREEN value IS 44 (17.58% from 255) = 53.01%

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

R = 20.48%
G = 53.01%
B = 26.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.5

 K value IS 0.83

RGB Variations

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

Color information

#112C16 (or 0x112C16) is known color: Black Bean. HEX triplet: 11, 2C and 16. RGB value is (17,44,22). Sum of RGB (Red+Green+Blue) = 17+44+22=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 44 (17.58% from 255 or 53.01% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 44 - color contains mainly: green. Hex color #112C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112C16 is #EED3E9. Grayscale: #212121. Windows color (decimal): -15651818 or 1453073. OLE color: 1453073.

HSL color Cylindrical-coordinate representation of color #112C16: hue angle of 131.11º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #112C16 is Cyan = 0.61, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 44 22 -
CMYK 0.61 0 0.5 0.83
HSL 131.11º 0.44% 0.12% -
HSV(B) 131.11º 0.61% 0.17% -
XYZ 1.28 1.98 1.07 -
YUV 33.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 17 44 22 0.61 0 0.5 0.83 131.11 0.44 0.12
Hex 11 2C 16 3D 0 32 53 83 2C C
Octal 21 54 26 75 0 62 123 203 54 14
Binary 10001 101100 10110 111101 0 110010 1010011 10000011 101100 1100

Color Harmonies of #112C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C16

Black with #112C16

Text Example


Text Example

White with #112C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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