#122915

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

Shades of Black Bean #122915

Tints of Black Bean #122915

Color information

#122915 (or 0x122915) is unknown color: approx Black Bean. HEX triplet: 12, 29 and 15. RGB value is (18,41,21). Sum of RGB (Red+Green+Blue) = 18+41+21=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #122915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122915 is #EDD6EA. Grayscale: #1F1F1F. Windows color (decimal): -15587051 or 1386770. OLE color: 1386770.

HSL color Cylindrical-coordinate representation of color #122915: hue angle of 127.83º 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 #122915 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.84.

Color convert

RGB184121-
CMYK0.5600.490.84
HSL127.83º38.98%11.57%-
HSV(B)127.83º56.1%16.08%-
XYZ1.181.770.99-
YUV31.84121.88118.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 41 (16.41% from 255) = 51.25%
BLUE value IS 21 (8.59% from 255) = 26.25%
R=22.5%
G=51.25%
B=26.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1841210.5600.490.84127.8338.9811.57
Hex12291538031548027c
Octal225125700611242004714
Binary100101010011010111100001100011010100100000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122915; }

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

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

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

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

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

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

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

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