Html Css Color HEX #112514 Black Bean

📋 copy color: '#112514'

red 17 ◦ green 37 ◦ blue 20

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

Shades of Black Bean #112514

Tints of Black Bean #112514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 50%

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

R = 22.97%
G = 50%
B = 27.03%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#112514 (or 0x112514) is known color: Black Bean. HEX triplet: 11, 25 and 14. RGB value is (17,37,20). Sum of RGB (Red+Green+Blue) = 17+37+20=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #112514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112514 is #EEDAEB. Grayscale: #1D1D1D. Windows color (decimal): -15653612 or 1320209. OLE color: 1320209.

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

Color convert

RGB 17 37 20 -
CMYK 0.54 0 0.46 0.85
HSL 129º 0.37% 0.11% -
HSV(B) 129º 0.54% 0.15% -
XYZ 1.02 1.49 0.9 -
YUV 29.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 17 37 20 0.54 0 0.46 0.85 129 0.37 0.11
Hex 11 25 14 36 0 2E 55 81 25 B
Octal 21 45 24 66 0 56 125 201 45 13
Binary 10001 100101 10100 110110 0 101110 1010101 10000001 100101 1011

Color Harmonies of #112514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112514

Black with #112514

Text Example


Text Example

White with #112514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112514; }

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

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

background-color css

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

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

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

border-color css

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

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

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