#122113

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

Shades of Black Bean #122113

Tints of Black Bean #122113

Color information

#122113 (or 0x122113) is unknown color: approx Black Bean. HEX triplet: 12, 21 and 13. RGB value is (18,33,19). Sum of RGB (Red+Green+Blue) = 18+33+19=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 33 - color contains mainly: green. Hex color #122113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122113 is #EDDEEC. Grayscale: #1A1A1A. Windows color (decimal): -15589101 or 1253650. OLE color: 1253650.

HSL color Cylindrical-coordinate representation of color #122113: hue angle of 124º 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 #122113 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB183319-
CMYK0.4500.420.87
HSL124º29.41%10%-
HSV(B)124º45.45%12.94%-
XYZ0.911.260.81-
YUV26.92123.53121.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 33 (13.28% from 255) = 47.14%
BLUE value IS 19 (7.81% from 255) = 27.14%
R=25.71%
G=47.14%
B=27.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1833190.4500.420.8712429.4110
Hex1221132D02A577c1da
Octal224123550521271743512
Binary1001010000110011101101010101010101111111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122113; }

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

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

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

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

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

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

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

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