Html Css Color HEX #112011 Black Bean

📋 copy color: '#112011'

red 17 ◦ green 32 ◦ blue 17

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

Shades of Black Bean #112011

Tints of Black Bean #112011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 25.76%

R = 25.76%
G = 48.48%
B = 25.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#112011 (or 0x112011) is known color: Black Bean. HEX triplet: 11, 20 and 11. RGB value is (17,32,17). Sum of RGB (Red+Green+Blue) = 17+32+17=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #112011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112011 is #EEDFEE. Grayscale: #191919. Windows color (decimal): -15654895 or 1122321. OLE color: 1122321.

HSL color Cylindrical-coordinate representation of color #112011: hue angle of 120º 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 #112011 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 32 17 -
CMYK 0.47 0 0.47 0.87
HSL 120º 0.31% 0.1% -
HSV(B) 120º 0.47% 0.13% -
XYZ 0.85 1.19 0.72 -
YUV 25.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 17 32 17 0.47 0 0.47 0.87 120 0.31 0.1
Hex 11 20 11 2F 0 2F 57 78 1F A
Octal 21 40 21 57 0 57 127 170 37 12
Binary 10001 100000 10001 101111 0 101111 1010111 1111000 11111 1010

Color Harmonies of #112011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112011

Black with #112011

Text Example


Text Example

White with #112011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112011; }

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

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

background-color css

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

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

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

border-color css

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

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

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