Html Css Color HEX #122616 Black Bean

📋 copy color: '#122616'

red 18 ◦ green 38 ◦ blue 22

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

Shades of Black Bean #122616

Tints of Black Bean #122616

RGB

 RED value IS 18 (7.42% from 255) = 23.08%

 GREEN value IS 38 (15.23% from 255) = 48.72%

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

R = 23.08%
G = 48.72%
B = 28.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.85

RGB Variations

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

Color information

#122616 (or 0x122616) is known color: Black Bean. HEX triplet: 12, 26 and 16. RGB value is (18,38,22). Sum of RGB (Red+Green+Blue) = 18+38+22=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #122616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122616 is #EDD9E9. Grayscale: #1E1E1E. Windows color (decimal): -15587818 or 1451538. OLE color: 1451538.

HSL color Cylindrical-coordinate representation of color #122616: hue angle of 132º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #122616 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 38 22 -
CMYK 0.53 0 0.42 0.85
HSL 132º 0.36% 0.11% -
HSV(B) 132º 0.53% 0.15% -
XYZ 1.09 1.57 1.01 -
YUV 30.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 18 38 22 0.53 0 0.42 0.85 132 0.36 0.11
Hex 12 26 16 35 0 2A 55 84 24 B
Octal 22 46 26 65 0 52 125 204 44 13
Binary 10010 100110 10110 110101 0 101010 1010101 10000100 100100 1011

Color Harmonies of #122616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122616

Black with #122616

Text Example


Text Example

White with #122616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122616; }

 p { color: rgb(18,38,22); }

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

background-color css

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

 a { background-color: rgb(18,38,22); }

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

border-color css

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

 span { border-color: rgb(18,38,22); }

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