#122616

Color #122616 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #122616

Tints of Black Bean #122616

Color information

#122616 (or 0x122616) is unknown color: approx 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

RGB183822-
CMYK0.5300.420.85
HSL132º35.71%10.98%-
HSV(B)132º52.63%14.9%-
XYZ1.091.571.01-
YUV30.2123.37119.3-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1838220.5300.420.8513235.7110.98
Hex1226163502A558424b
Octal224626650521252044413
Binary100101001101011011010101010101010101100001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>