Html Css Color HEX #112014 Black Bean

📋 copy color: '#112014'

red 17 ◦ green 32 ◦ blue 20

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

Shades of Black Bean #112014

Tints of Black Bean #112014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 28.99%

R = 24.64%
G = 46.38%
B = 28.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.87

RGB Variations

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

Color information

#112014 (or 0x112014) is known color: Black Bean. HEX triplet: 11, 20 and 14. RGB value is (17,32,20). Sum of RGB (Red+Green+Blue) = 17+32+20=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #112014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112014 is #EEDFEB. Grayscale: #1A1A1A. Windows color (decimal): -15654892 or 1318929. OLE color: 1318929.

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

Color convert

RGB 17 32 20 -
CMYK 0.47 0 0.37 0.87
HSL 132º 0.31% 0.1% -
HSV(B) 132º 0.47% 0.13% -
XYZ 0.87 1.2 0.85 -
YUV 26.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 17 32 20 0.47 0 0.37 0.87 132 0.31 0.1
Hex 11 20 14 2F 0 25 57 84 1F A
Octal 21 40 24 57 0 45 127 204 37 12
Binary 10001 100000 10100 101111 0 100101 1010111 10000100 11111 1010

Color Harmonies of #112014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112014

Black with #112014

Text Example


Text Example

White with #112014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112014; }

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

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

background-color css

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

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

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

border-color css

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

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

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