#122112

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

Shades of Black Bean #122112

Tints of Black Bean #122112

Color information

#122112 (or 0x122112) is unknown color: approx Black Bean. HEX triplet: 12, 21 and 12. RGB value is (18,33,18). Sum of RGB (Red+Green+Blue) = 18+33+18=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #122112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122112 is #EDDEED. Grayscale: #1A1A1A. Windows color (decimal): -15589102 or 1188114. OLE color: 1188114.

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

Color convert

RGB183318-
CMYK0.4500.450.87
HSL120º29.41%10%-
HSV(B)120º45.45%12.94%-
XYZ0.91.260.77-
YUV26.8123.03121.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 33 (13.28% from 255) = 47.83%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=26.09%
G=47.83%
B=26.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1833180.4500.450.8712029.4110
Hex1221122D02D57781da
Octal224122550551271703512
Binary1001010000110010101101010110110101111111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122112; }

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

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

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

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

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

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

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

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