#122613

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

Shades of Black Bean #122613

Tints of Black Bean #122613

Color information

#122613 (or 0x122613) is unknown color: approx Black Bean. HEX triplet: 12, 26 and 13. RGB value is (18,38,19). Sum of RGB (Red+Green+Blue) = 18+38+19=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #122613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122613 is #EDD9EC. Grayscale: #1D1D1D. Windows color (decimal): -15587821 or 1254930. OLE color: 1254930.

HSL color Cylindrical-coordinate representation of color #122613: hue angle of 123º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #122613 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB183819-
CMYK0.5300.500.85
HSL123º35.71%10.98%-
HSV(B)123º52.63%14.9%-
XYZ1.061.560.86-
YUV29.85121.87119.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24%
GREEN value IS 38 (15.23% from 255) = 50.67%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=24%
G=50.67%
B=25.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1838190.5300.500.8512335.7110.98
Hex12261335032557b24b
Octal224623650621251734413
Binary10010100110100111101010110010101010111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122613; }

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

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

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

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

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

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

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

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