#122816

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

Shades of Black Bean #122816

Tints of Black Bean #122816

Color information

#122816 (or 0x122816) is unknown color: approx Black Bean. HEX triplet: 12, 28 and 16. RGB value is (18,40,22). Sum of RGB (Red+Green+Blue) = 18+40+22=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #122816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122816 is #EDD7E9. Grayscale: #1F1F1F. Windows color (decimal): -15587306 or 1452050. OLE color: 1452050.

HSL color Cylindrical-coordinate representation of color #122816: hue angle of 130.91º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #122816 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB184022-
CMYK0.5500.450.84
HSL130.91º37.93%11.37%-
HSV(B)130.91º55%15.69%-
XYZ1.151.71.03-
YUV31.37122.71118.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 40 (16.02% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 27.5%
R=22.5%
G=50%
B=27.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1840220.5500.450.84130.9137.9311.37
Hex1228163702D548326b
Octal225026670551242034613
Binary100101010001011011011101011011010100100000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122816; }

 p { color: rgb(18,40,22); }

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

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

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

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

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

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

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