Html Css Color HEX #112416 Black Bean

📋 copy color: '#112416'

red 17 ◦ green 36 ◦ blue 22

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

Shades of Black Bean #112416

Tints of Black Bean #112416

RGB

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

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

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

R = 22.67%
G = 48%
B = 29.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.86

RGB Variations

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

Color information

#112416 (or 0x112416) is known color: Black Bean. HEX triplet: 11, 24 and 16. RGB value is (17,36,22). Sum of RGB (Red+Green+Blue) = 17+36+22=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #112416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112416 is #EEDBE9. Grayscale: #1C1C1C. Windows color (decimal): -15653866 or 1451025. OLE color: 1451025.

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

Color convert

RGB 17 36 22 -
CMYK 0.53 0 0.39 0.86
HSL 135.79º 0.36% 0.1% -
HSV(B) 135.79º 0.53% 0.14% -
XYZ 1.01 1.44 0.98 -
YUV 28.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 17 36 22 0.53 0 0.39 0.86 135.79 0.36 0.1
Hex 11 24 16 35 0 27 56 88 24 A
Octal 21 44 26 65 0 47 126 210 44 12
Binary 10001 100100 10110 110101 0 100111 1010110 10001000 100100 1010

Color Harmonies of #112416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112416

Black with #112416

Text Example


Text Example

White with #112416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112416; }

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

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

background-color css

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

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

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

border-color css

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

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

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