#122115

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

Shades of Black Bean #122115

Tints of Black Bean #122115

Color information

#122115 (or 0x122115) is unknown color: approx Black Bean. HEX triplet: 12, 21 and 15. RGB value is (18,33,21). Sum of RGB (Red+Green+Blue) = 18+33+21=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 33 - color contains mainly: green. Hex color #122115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122115 is #EDDEEA. Grayscale: #1B1B1B. Windows color (decimal): -15589099 or 1384722. OLE color: 1384722.

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

Color convert

RGB183321-
CMYK0.4500.360.87
HSL132º29.41%10%-
HSV(B)132º45.45%12.94%-
XYZ0.931.270.91-
YUV27.15124.53121.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 33 (13.28% from 255) = 45.83%
BLUE value IS 21 (8.59% from 255) = 29.17%
R=25%
G=45.83%
B=29.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1833210.4500.360.8713229.4110
Hex1221152D02457841da
Octal224125550441272043512
Binary10010100001101011011010100100101011110000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122115; }

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

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

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

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

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

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

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

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