#122012

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

Shades of Black Bean #122012

Tints of Black Bean #122012

Color information

#122012 (or 0x122012) is unknown color: approx Black Bean. HEX triplet: 12, 20 and 12. RGB value is (18,32,18). Sum of RGB (Red+Green+Blue) = 18+32+18=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 32 - color contains mainly: green. Hex color #122012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122012 is #EDDFED. Grayscale: #1A1A1A. Windows color (decimal): -15589358 or 1187858. OLE color: 1187858.

HSL color Cylindrical-coordinate representation of color #122012: hue angle of 120º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #122012 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB183218-
CMYK0.4400.440.87
HSL120º28%9.8%-
HSV(B)120º43.75%12.55%-
XYZ0.881.210.76-
YUV26.22123.36122.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.47%
GREEN value IS 32 (12.89% from 255) = 47.06%
BLUE value IS 18 (7.42% from 255) = 26.47%
R=26.47%
G=47.06%
B=26.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1832180.4400.440.87120289.8
Hex1220122C02C57781ca
Octal224022540541271703412
Binary1001010000010010101100010110010101111111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122012; }

 p { color: rgb(18,32,18); }

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

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

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

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

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

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

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