Html Css Color HEX #112113 Black Bean

📋 copy color: '#112113'

red 17 ◦ green 33 ◦ blue 19

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

Shades of Black Bean #112113

Tints of Black Bean #112113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 47.83%

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

R = 24.64%
G = 47.83%
B = 27.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.87

RGB Variations

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

Color information

#112113 (or 0x112113) is known color: Black Bean. HEX triplet: 11, 21 and 13. RGB value is (17,33,19). Sum of RGB (Red+Green+Blue) = 17+33+19=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #112113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112113 is #EEDEEC. Grayscale: #1A1A1A. Windows color (decimal): -15654637 or 1253649. OLE color: 1253649.

HSL color Cylindrical-coordinate representation of color #112113: hue angle of 127.5º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #112113 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 33 19 -
CMYK 0.48 0 0.42 0.87
HSL 127.5º 0.32% 0.1% -
HSV(B) 127.5º 0.48% 0.13% -
XYZ 0.89 1.25 0.81 -
YUV 26.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 17 33 19 0.48 0 0.42 0.87 127.5 0.32 0.1
Hex 11 21 13 30 0 2A 57 80 20 A
Octal 21 41 23 60 0 52 127 200 40 12
Binary 10001 100001 10011 110000 0 101010 1010111 10000000 100000 1010

Color Harmonies of #112113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112113

Black with #112113

Text Example


Text Example

White with #112113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112113; }

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

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

background-color css

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

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

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

border-color css

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

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

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