Html Css Color HEX #112816 Black Bean

📋 copy color: '#112816'

red 17 ◦ green 40 ◦ blue 22

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

Shades of Black Bean #112816

Tints of Black Bean #112816

RGB

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

 GREEN value IS 40 (16.02% from 255) = 50.63%

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

R = 21.52%
G = 50.63%
B = 27.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.84

RGB Variations

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

Color information

#112816 (or 0x112816) is known color: Black Bean. HEX triplet: 11, 28 and 16. RGB value is (17,40,22). Sum of RGB (Red+Green+Blue) = 17+40+22=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #112816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112816 is #EED7E9. Grayscale: #1F1F1F. Windows color (decimal): -15652842 or 1452049. OLE color: 1452049.

HSL color Cylindrical-coordinate representation of color #112816: hue angle of 133.04º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112816 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 40 22 -
CMYK 0.57 0 0.45 0.84
HSL 133.04º 0.4% 0.11% -
HSV(B) 133.04º 0.58% 0.16% -
XYZ 1.13 1.69 1.03 -
YUV 31.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 17 40 22 0.57 0 0.45 0.84 133.04 0.4 0.11
Hex 11 28 16 39 0 2D 54 85 28 B
Octal 21 50 26 71 0 55 124 205 50 13
Binary 10001 101000 10110 111001 0 101101 1010100 10000101 101000 1011

Color Harmonies of #112816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112816

Black with #112816

Text Example


Text Example

White with #112816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112816; }

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

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

background-color css

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

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

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

border-color css

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

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

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