Html Css Color HEX #112414 Black Bean

📋 copy color: '#112414'

red 17 ◦ green 36 ◦ blue 20

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

Shades of Black Bean #112414

Tints of Black Bean #112414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 49.32%

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

R = 23.29%
G = 49.32%
B = 27.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.86

RGB Variations

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

Color information

#112414 (or 0x112414) is known color: Black Bean. HEX triplet: 11, 24 and 14. RGB value is (17,36,20). Sum of RGB (Red+Green+Blue) = 17+36+20=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #112414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112414 is #EEDBEB. Grayscale: #1C1C1C. Windows color (decimal): -15653868 or 1319953. OLE color: 1319953.

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

Color convert

RGB 17 36 20 -
CMYK 0.53 0 0.44 0.86
HSL 129.47º 0.36% 0.1% -
HSV(B) 129.47º 0.53% 0.14% -
XYZ 0.99 1.43 0.89 -
YUV 28.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 17 36 20 0.53 0 0.44 0.86 129.47 0.36 0.1
Hex 11 24 14 35 0 2C 56 81 24 A
Octal 21 44 24 65 0 54 126 201 44 12
Binary 10001 100100 10100 110101 0 101100 1010110 10000001 100100 1010

Color Harmonies of #112414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112414

Black with #112414

Text Example


Text Example

White with #112414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112414; }

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

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

background-color css

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

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

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

border-color css

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

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

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