Html Css Color HEX #112412 Black Bean

📋 copy color: '#112412'

red 17 ◦ green 36 ◦ blue 18

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

Shades of Black Bean #112412

Tints of Black Bean #112412

RGB

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

 GREEN value IS 36 (14.45% from 255) = 50.7%

 BLUE value IS 18 (7.42% from 255) = 25.35%

R = 23.94%
G = 50.7%
B = 25.35%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#112412 (or 0x112412) is known color: Black Bean. HEX triplet: 11, 24 and 12. RGB value is (17,36,18). Sum of RGB (Red+Green+Blue) = 17+36+18=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #112412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112412 is #EEDBED. Grayscale: #1C1C1C. Windows color (decimal): -15653870 or 1188881. OLE color: 1188881.

HSL color Cylindrical-coordinate representation of color #112412: hue angle of 123.16º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #112412 is Cyan = 0.53, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 36 18 -
CMYK 0.53 0 0.5 0.86
HSL 123.16º 0.36% 0.1% -
HSV(B) 123.16º 0.53% 0.14% -
XYZ 0.97 1.42 0.8 -
YUV 28.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 17 36 18 0.53 0 0.5 0.86 123.16 0.36 0.1
Hex 11 24 12 35 0 32 56 7B 24 A
Octal 21 44 22 65 0 62 126 173 44 12
Binary 10001 100100 10010 110101 0 110010 1010110 1111011 100100 1010

Color Harmonies of #112412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112412

Black with #112412

Text Example


Text Example

White with #112412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112412; }

 p { color: rgb(17,36,18); }

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

background-color css

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

 a { background-color: rgb(17,36,18); }

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

border-color css

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

 span { border-color: rgb(17,36,18); }

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