Html Css Color HEX #113116 Black Bean

📋 copy color: '#113116'

red 17 ◦ green 49 ◦ blue 22

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

Shades of Black Bean #113116

Tints of Black Bean #113116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 55.68%

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

R = 19.32%
G = 55.68%
B = 25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.81

RGB Variations

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

Color information

#113116 (or 0x113116) is known color: Black Bean. HEX triplet: 11, 31 and 16. RGB value is (17,49,22). Sum of RGB (Red+Green+Blue) = 17+49+22=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #113116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113116 is #EECEE9. Grayscale: #242424. Windows color (decimal): -15650538 or 1454353. OLE color: 1454353.

HSL color Cylindrical-coordinate representation of color #113116: hue angle of 129.38º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113116 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 49 22 -
CMYK 0.65 0 0.55 0.81
HSL 129.38º 0.48% 0.13% -
HSV(B) 129.38º 0.65% 0.19% -
XYZ 1.47 2.37 1.14 -
YUV 36.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 17 49 22 0.65 0 0.55 0.81 129.38 0.48 0.13
Hex 11 31 16 41 0 37 51 81 30 D
Octal 21 61 26 101 0 67 121 201 60 15
Binary 10001 110001 10110 1000001 0 110111 1010001 10000001 110000 1101

Color Harmonies of #113116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113116

Black with #113116

Text Example


Text Example

White with #113116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113116; }

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

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

background-color css

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

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

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

border-color css

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

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

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