#122312

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

Shades of Black Bean #122312

Tints of Black Bean #122312

Color information

#122312 (or 0x122312) is unknown color: approx Black Bean. HEX triplet: 12, 23 and 12. RGB value is (18,35,18). Sum of RGB (Red+Green+Blue) = 18+35+18=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #122312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122312 is #EDDCED. Grayscale: #1C1C1C. Windows color (decimal): -15588590 or 1188626. OLE color: 1188626.

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

Color convert

RGB183518-
CMYK0.4900.490.86
HSL120º32.08%10.39%-
HSV(B)120º48.57%13.73%-
XYZ0.961.370.79-
YUV27.98122.37120.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.35%
GREEN value IS 35 (14.06% from 255) = 49.30%
BLUE value IS 18 (7.42% from 255) = 25.35%
R=25.35%
G=49.30%
B=25.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1835180.4900.490.8612032.0810.39
Hex12231231031567820a
Octal224322610611261704012
Binary10010100011100101100010110001101011011110001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122312; }

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

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

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

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

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

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

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

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