#122C15

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

Shades of Black Bean #122C15

Tints of Black Bean #122C15

Color information

#122C15 (or 0x122C15) is unknown color: approx Black Bean. HEX triplet: 12, 2C and 15. RGB value is (18,44,21). Sum of RGB (Red+Green+Blue) = 18+44+21=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 44 (17.58% from 255 or 53.01% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 44 - color contains mainly: green. Hex color #122C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122C15 is #EDD3EA. Grayscale: #212121. Windows color (decimal): -15586283 or 1387538. OLE color: 1387538.

HSL color Cylindrical-coordinate representation of color #122C15: hue angle of 126.92º 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 #122C15 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.83.

Color convert

RGB184421-
CMYK0.5900.520.83
HSL126.92º41.94%12.16%-
HSV(B)126.92º59.09%17.25%-
XYZ1.291.981.02-
YUV33.6120.89116.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 44 (17.58% from 255) = 53.01%
BLUE value IS 21 (8.59% from 255) = 25.30%
R=21.69%
G=53.01%
B=25.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1844210.5900.520.83126.9241.9412.16
Hex122C153B034537f2ac
Octal225425730641231775214
Binary10010101100101011110110110100101001111111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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