Html Css Color HEX #112A13 Black Bean

📋 copy color: '#112A13'

red 17 ◦ green 42 ◦ blue 19

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

Shades of Black Bean #112A13

Tints of Black Bean #112A13

RGB

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

 GREEN value IS 42 (16.8% from 255) = 53.85%

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

R = 21.79%
G = 53.85%
B = 24.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#112A13 (or 0x112A13) is known color: Black Bean. HEX triplet: 11, 2A and 13. RGB value is (17,42,19). Sum of RGB (Red+Green+Blue) = 17+42+19=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 42 (16.80% from 255 or 53.85% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 42 - color contains mainly: green. Hex color #112A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112A13 is #EED5EC. Grayscale: #1F1F1F. Windows color (decimal): -15652333 or 1255953. OLE color: 1255953.

HSL color Cylindrical-coordinate representation of color #112A13: hue angle of 124.8º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112A13 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 42 19 -
CMYK 0.60 0 0.55 0.84
HSL 124.8º 0.42% 0.12% -
HSV(B) 124.8º 0.6% 0.16% -
XYZ 1.18 1.82 0.91 -
YUV 31.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 17 42 19 0.60 0 0.55 0.84 124.8 0.42 0.12
Hex 11 2A 13 3C 0 37 54 7D 2A C
Octal 21 52 23 74 0 67 124 175 52 14
Binary 10001 101010 10011 111100 0 110111 1010100 1111101 101010 1100

Color Harmonies of #112A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112A13

Black with #112A13

Text Example


Text Example

White with #112A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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