Html Css Color HEX #112513 Black Bean

📋 copy color: '#112513'

red 17 ◦ green 37 ◦ blue 19

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

Shades of Black Bean #112513

Tints of Black Bean #112513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.03%

R = 23.29%
G = 50.68%
B = 26.03%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#112513 (or 0x112513) is known color: Black Bean. HEX triplet: 11, 25 and 13. RGB value is (17,37,19). Sum of RGB (Red+Green+Blue) = 17+37+19=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #112513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112513 is #EEDAEC. Grayscale: #1D1D1D. Windows color (decimal): -15653613 or 1254673. OLE color: 1254673.

HSL color Cylindrical-coordinate representation of color #112513: hue angle of 126º 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 #112513 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 37 19 -
CMYK 0.54 0 0.49 0.85
HSL 126º 0.37% 0.11% -
HSV(B) 126º 0.54% 0.15% -
XYZ 1.01 1.49 0.85 -
YUV 28.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 17 37 19 0.54 0 0.49 0.85 126 0.37 0.11
Hex 11 25 13 36 0 31 55 7E 25 B
Octal 21 45 23 66 0 61 125 176 45 13
Binary 10001 100101 10011 110110 0 110001 1010101 1111110 100101 1011

Color Harmonies of #112513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112513

Black with #112513

Text Example


Text Example

White with #112513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112513; }

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

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

background-color css

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

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

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

border-color css

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

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

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