Html Css Color HEX #112D13 Black Bean

📋 copy color: '#112D13'

red 17 ◦ green 45 ◦ blue 19

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

Shades of Black Bean #112D13

Tints of Black Bean #112D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 55.56%

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

R = 20.99%
G = 55.56%
B = 23.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.82

RGB Variations

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

Color information

#112D13 (or 0x112D13) is known color: Black Bean. HEX triplet: 11, 2D and 13. RGB value is (17,45,19). Sum of RGB (Red+Green+Blue) = 17+45+19=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 45 (17.97% from 255 or 55.56% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 45 - color contains mainly: green. Hex color #112D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112D13 is #EED2EC. Grayscale: #212121. Windows color (decimal): -15651565 or 1256721. OLE color: 1256721.

HSL color Cylindrical-coordinate representation of color #112D13: hue angle of 124.29º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #112D13 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.82.

Color convert

RGB 17 45 19 -
CMYK 0.62 0 0.58 0.82
HSL 124.29º 0.45% 0.12% -
HSV(B) 124.29º 0.62% 0.18% -
XYZ 1.29 2.04 0.94 -
YUV 33.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 17 45 19 0.62 0 0.58 0.82 124.29 0.45 0.12
Hex 11 2D 13 3E 0 3A 52 7C 2D C
Octal 21 55 23 76 0 72 122 174 55 14
Binary 10001 101101 10011 111110 0 111010 1010010 1111100 101101 1100

Color Harmonies of #112D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D13

Black with #112D13

Text Example


Text Example

White with #112D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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