Html Css Color HEX #112714 Black Bean

📋 copy color: '#112714'

red 17 ◦ green 39 ◦ blue 20

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

Shades of Black Bean #112714

Tints of Black Bean #112714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 51.32%

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

R = 22.37%
G = 51.32%
B = 26.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#112714 (or 0x112714) is known color: Black Bean. HEX triplet: 11, 27 and 14. RGB value is (17,39,20). Sum of RGB (Red+Green+Blue) = 17+39+20=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #112714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112714 is #EED8EB. Grayscale: #1E1E1E. Windows color (decimal): -15653100 or 1320721. OLE color: 1320721.

HSL color Cylindrical-coordinate representation of color #112714: hue angle of 128.18º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #112714 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 39 20 -
CMYK 0.56 0 0.49 0.85
HSL 128.18º 0.39% 0.11% -
HSV(B) 128.18º 0.56% 0.15% -
XYZ 1.08 1.62 0.92 -
YUV 30.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 17 39 20 0.56 0 0.49 0.85 128.18 0.39 0.11
Hex 11 27 14 38 0 31 55 80 27 B
Octal 21 47 24 70 0 61 125 200 47 13
Binary 10001 100111 10100 111000 0 110001 1010101 10000000 100111 1011

Color Harmonies of #112714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112714

Black with #112714

Text Example


Text Example

White with #112714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112714; }

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

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

background-color css

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

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

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

border-color css

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

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

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