#122C17

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

Shades of Black Bean #122C17

Tints of Black Bean #122C17

Color information

#122C17 (or 0x122C17) is unknown color: approx Black Bean. HEX triplet: 12, 2C and 17. RGB value is (18,44,23). Sum of RGB (Red+Green+Blue) = 18+44+23=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 44 (17.58% from 255 or 51.76% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 44 - color contains mainly: green. Hex color #122C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122C17 is #EDD3E8. Grayscale: #212121. Windows color (decimal): -15586281 or 1518610. OLE color: 1518610.

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

Color convert

RGB184423-
CMYK0.5900.480.83
HSL131.54º41.94%12.16%-
HSV(B)131.54º59.09%17.25%-
XYZ1.31.991.13-
YUV33.83121.89116.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 44 (17.58% from 255) = 51.76%
BLUE value IS 23 (9.38% from 255) = 27.06%
R=21.18%
G=51.76%
B=27.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1844230.5900.480.83131.5441.9412.16
Hex122C173B03053842ac
Octal225427730601232045214
Binary100101011001011111101101100001010011100001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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