#122416

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

Shades of Black Bean #122416

Tints of Black Bean #122416

Color information

#122416 (or 0x122416) is unknown color: approx Black Bean. HEX triplet: 12, 24 and 16. RGB value is (18,36,22). Sum of RGB (Red+Green+Blue) = 18+36+22=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 36 - color contains mainly: green. Hex color #122416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122416 is #EDDBE9. Grayscale: #1D1D1D. Windows color (decimal): -15588330 or 1451026. OLE color: 1451026.

HSL color Cylindrical-coordinate representation of color #122416: hue angle of 133.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #122416 is Cyan = 0.5, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.86.

Color convert

RGB183622-
CMYK0.500.390.86
HSL133.33º33.33%10.59%-
HSV(B)133.33º50%14.12%-
XYZ1.031.450.98-
YUV29.02124.04120.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 36 (14.45% from 255) = 47.37%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=23.68%
G=47.37%
B=28.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1836220.500.390.86133.3333.3310.59
Hex12241632027568521b
Octal224426620471262054113
Binary100101001001011011001001001111010110100001011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122416; }

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

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

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

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

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

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

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

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