Html Css Color HEX #112314 Black Bean

📋 copy color: '#112314'

red 17 ◦ green 35 ◦ blue 20

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

Shades of Black Bean #112314

Tints of Black Bean #112314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 48.61%

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

R = 23.61%
G = 48.61%
B = 27.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#112314 (or 0x112314) is known color: Black Bean. HEX triplet: 11, 23 and 14. RGB value is (17,35,20). Sum of RGB (Red+Green+Blue) = 17+35+20=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #112314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112314 is #EEDCEB. Grayscale: #1B1B1B. Windows color (decimal): -15654124 or 1319697. OLE color: 1319697.

HSL color Cylindrical-coordinate representation of color #112314: hue angle of 130º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #112314 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 35 20 -
CMYK 0.51 0 0.43 0.86
HSL 130º 0.35% 0.1% -
HSV(B) 130º 0.51% 0.14% -
XYZ 0.96 1.37 0.88 -
YUV 27.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 17 35 20 0.51 0 0.43 0.86 130 0.35 0.1
Hex 11 23 14 33 0 2B 56 82 23 A
Octal 21 43 24 63 0 53 126 202 43 12
Binary 10001 100011 10100 110011 0 101011 1010110 10000010 100011 1010

Color Harmonies of #112314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112314

Black with #112314

Text Example


Text Example

White with #112314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112314; }

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

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

background-color css

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

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

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

border-color css

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

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

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