#122215

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

Shades of Black Bean #122215

Tints of Black Bean #122215

Color information

#122215 (or 0x122215) is unknown color: approx Black Bean. HEX triplet: 12, 22 and 15. RGB value is (18,34,21). Sum of RGB (Red+Green+Blue) = 18+34+21=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 34 (13.67% from 255 or 46.58% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 34 - color contains mainly: green. Hex color #122215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122215 is #EDDDEA. Grayscale: #1B1B1B. Windows color (decimal): -15588843 or 1384978. OLE color: 1384978.

HSL color Cylindrical-coordinate representation of color #122215: hue angle of 131.25º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #122215 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.87.

Color convert

RGB183421-
CMYK0.4700.380.87
HSL131.25º30.77%10.2%-
HSV(B)131.25º47.06%13.33%-
XYZ0.961.330.92-
YUV27.73124.2121.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.66%
GREEN value IS 34 (13.67% from 255) = 46.58%
BLUE value IS 21 (8.59% from 255) = 28.77%
R=24.66%
G=46.58%
B=28.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1834210.4700.380.87131.2530.7710.2
Hex1222152F02657831fa
Octal224225570461272033712
Binary10010100010101011011110100110101011110000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122215; }

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

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

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

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

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

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

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

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