#122C16

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

Shades of Black Bean #122C16

Tints of Black Bean #122C16

Color information

#122C16 (or 0x122C16) is unknown color: approx Black Bean. HEX triplet: 12, 2C and 16. RGB value is (18,44,22). Sum of RGB (Red+Green+Blue) = 18+44+22=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 44 (17.58% from 255 or 52.38% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 44 - color contains mainly: green. Hex color #122C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122C16 is #EDD3E9. Grayscale: #212121. Windows color (decimal): -15586282 or 1453074. OLE color: 1453074.

HSL color Cylindrical-coordinate representation of color #122C16: hue angle of 129.23º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #122C16 is Cyan = 0.59, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.

Color convert

RGB184422-
CMYK0.5900.50.83
HSL129.23º41.94%12.16%-
HSV(B)129.23º59.09%17.25%-
XYZ1.291.991.07-
YUV33.72121.39116.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 44 (17.58% from 255) = 52.38%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=21.43%
G=52.38%
B=26.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1844220.5900.50.83129.2341.9412.16
Hex122C163B03253812ac
Octal225426730621232015214
Binary100101011001011011101101100101010011100000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122C16; }

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

 H1.HeaderClassName
 {
   color: #122C16;
 }
 .AnyTagClassName
 {
   color: #122C16;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #122C16;
 }
 .BgClassName
 {
   background-color: #122C16;
 }
</style>
border-color css

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

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

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