Html Css Color HEX #112016 Black Bean

📋 copy color: '#112016'

red 17 ◦ green 32 ◦ blue 22

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

Shades of Black Bean #112016

Tints of Black Bean #112016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 45.07%

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

R = 23.94%
G = 45.07%
B = 30.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.87

RGB Variations

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

Color information

#112016 (or 0x112016) is known color: Black Bean. HEX triplet: 11, 20 and 16. RGB value is (17,32,22). Sum of RGB (Red+Green+Blue) = 17+32+22=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #112016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112016 is #EEDFE9. Grayscale: #1A1A1A. Windows color (decimal): -15654890 or 1450001. OLE color: 1450001.

HSL color Cylindrical-coordinate representation of color #112016: hue angle of 140º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #112016 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 32 22 -
CMYK 0.47 0 0.31 0.87
HSL 140º 0.31% 0.1% -
HSV(B) 140º 0.47% 0.13% -
XYZ 0.89 1.21 0.95 -
YUV 26.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 17 32 22 0.47 0 0.31 0.87 140 0.31 0.1
Hex 11 20 16 2F 0 1F 57 8C 1F A
Octal 21 40 26 57 0 37 127 214 37 12
Binary 10001 100000 10110 101111 0 11111 1010111 10001100 11111 1010

Color Harmonies of #112016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112016

Black with #112016

Text Example


Text Example

White with #112016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112016; }

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

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

background-color css

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

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

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

border-color css

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

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

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