Html Css Color HEX #112614 Black Bean

📋 copy color: '#112614'

red 17 ◦ green 38 ◦ blue 20

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

Shades of Black Bean #112614

Tints of Black Bean #112614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 50.67%

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

R = 22.67%
G = 50.67%
B = 26.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.85

RGB Variations

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

Color information

#112614 (or 0x112614) is known color: Black Bean. HEX triplet: 11, 26 and 14. RGB value is (17,38,20). Sum of RGB (Red+Green+Blue) = 17+38+20=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #112614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112614 is #EED9EB. Grayscale: #1D1D1D. Windows color (decimal): -15653356 or 1320465. OLE color: 1320465.

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

Color convert

RGB 17 38 20 -
CMYK 0.55 0 0.47 0.85
HSL 128.57º 0.38% 0.11% -
HSV(B) 128.57º 0.55% 0.15% -
XYZ 1.05 1.56 0.91 -
YUV 29.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 17 38 20 0.55 0 0.47 0.85 128.57 0.38 0.11
Hex 11 26 14 37 0 2F 55 81 26 B
Octal 21 46 24 67 0 57 125 201 46 13
Binary 10001 100110 10100 110111 0 101111 1010101 10000001 100110 1011

Color Harmonies of #112614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112614

Black with #112614

Text Example


Text Example

White with #112614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112614; }

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

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

background-color css

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

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

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

border-color css

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

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

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