#122913

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

Shades of Black Bean #122913

Tints of Black Bean #122913

Color information

#122913 (or 0x122913) is unknown color: approx Black Bean. HEX triplet: 12, 29 and 13. RGB value is (18,41,19). Sum of RGB (Red+Green+Blue) = 18+41+19=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #122913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122913 is #EDD6EC. Grayscale: #1F1F1F. Windows color (decimal): -15587053 or 1255698. OLE color: 1255698.

HSL color Cylindrical-coordinate representation of color #122913: hue angle of 122.61º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122913 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB184119-
CMYK0.5600.540.84
HSL122.61º38.98%11.57%-
HSV(B)122.61º56.1%16.08%-
XYZ1.161.760.89-
YUV31.62120.88118.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 41 (16.41% from 255) = 52.56%
BLUE value IS 19 (7.81% from 255) = 24.36%
R=23.08%
G=52.56%
B=24.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1841190.5600.540.84122.6138.9811.57
Hex12291338036547b27c
Octal225123700661241734714
Binary10010101001100111110000110110101010011110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122913; }

 p { color: rgb(18,41,19); }

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

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

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

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

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

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

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