Html Css Color HEX #112312 Black Bean

📋 copy color: '#112312'

red 17 ◦ green 35 ◦ blue 18

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

Shades of Black Bean #112312

Tints of Black Bean #112312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 50%

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

R = 24.29%
G = 50%
B = 25.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#112312 (or 0x112312) is known color: Black Bean. HEX triplet: 11, 23 and 12. RGB value is (17,35,18). Sum of RGB (Red+Green+Blue) = 17+35+18=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #112312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112312 is #EEDCED. Grayscale: #1B1B1B. Windows color (decimal): -15654126 or 1188625. OLE color: 1188625.

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

Color convert

RGB 17 35 18 -
CMYK 0.51 0 0.49 0.86
HSL 123.33º 0.35% 0.1% -
HSV(B) 123.33º 0.51% 0.14% -
XYZ 0.94 1.36 0.79 -
YUV 27.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 17 35 18 0.51 0 0.49 0.86 123.33 0.35 0.1
Hex 11 23 12 33 0 31 56 7B 23 A
Octal 21 43 22 63 0 61 126 173 43 12
Binary 10001 100011 10010 110011 0 110001 1010110 1111011 100011 1010

Color Harmonies of #112312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112312

Black with #112312

Text Example


Text Example

White with #112312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112312; }

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

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

background-color css

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

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

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

border-color css

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

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

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