Html Css Color HEX #112316 Black Bean

📋 copy color: '#112316'

red 17 ◦ green 35 ◦ blue 22

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

Shades of Black Bean #112316

Tints of Black Bean #112316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 29.73%

R = 22.97%
G = 47.3%
B = 29.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.37

 K value IS 0.86

RGB Variations

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

Color information

#112316 (or 0x112316) is known color: Black Bean. HEX triplet: 11, 23 and 16. RGB value is (17,35,22). Sum of RGB (Red+Green+Blue) = 17+35+22=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #112316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112316 is #EEDCE9. Grayscale: #1C1C1C. Windows color (decimal): -15654122 or 1450769. OLE color: 1450769.

HSL color Cylindrical-coordinate representation of color #112316: hue angle of 136.67º 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 #112316 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 35 22 -
CMYK 0.51 0 0.37 0.86
HSL 136.67º 0.35% 0.1% -
HSV(B) 136.67º 0.51% 0.14% -
XYZ 0.98 1.38 0.97 -
YUV 28.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 17 35 22 0.51 0 0.37 0.86 136.67 0.35 0.1
Hex 11 23 16 33 0 25 56 89 23 A
Octal 21 43 26 63 0 45 126 211 43 12
Binary 10001 100011 10110 110011 0 100101 1010110 10001001 100011 1010

Color Harmonies of #112316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112316

Black with #112316

Text Example


Text Example

White with #112316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112316; }

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

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

background-color css

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

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

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

border-color css

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

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

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