#122313

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

Shades of Black Bean #122313

Tints of Black Bean #122313

Color information

#122313 (or 0x122313) is unknown color: approx Black Bean. HEX triplet: 12, 23 and 13. RGB value is (18,35,19). Sum of RGB (Red+Green+Blue) = 18+35+19=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #122313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122313 is #EDDCEC. Grayscale: #1C1C1C. Windows color (decimal): -15588589 or 1254162. OLE color: 1254162.

HSL color Cylindrical-coordinate representation of color #122313: hue angle of 123.53º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #122313 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB183519-
CMYK0.4900.460.86
HSL123.53º32.08%10.39%-
HSV(B)123.53º48.57%13.73%-
XYZ0.971.380.83-
YUV28.09122.87120.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 35 (14.06% from 255) = 48.61%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=25%
G=48.61%
B=26.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1835190.4900.460.86123.5332.0810.39
Hex1223133102E567c20a
Octal224323610561261744012
Binary10010100011100111100010101110101011011111001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122313; }

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

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

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

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

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

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

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

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