#122617

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

Shades of Black Bean #122617

Tints of Black Bean #122617

Color information

#122617 (or 0x122617) is unknown color: approx Black Bean. HEX triplet: 12, 26 and 17. RGB value is (18,38,23). Sum of RGB (Red+Green+Blue) = 18+38+23=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #122617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122617 is #EDD9E8. Grayscale: #1E1E1E. Windows color (decimal): -15587817 or 1517074. OLE color: 1517074.

HSL color Cylindrical-coordinate representation of color #122617: hue angle of 135º 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 #122617 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.85.

Color convert

RGB183823-
CMYK0.5300.390.85
HSL135º35.71%10.98%-
HSV(B)135º52.63%14.9%-
XYZ1.11.581.06-
YUV30.31123.87119.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.78%
GREEN value IS 38 (15.23% from 255) = 48.10%
BLUE value IS 23 (9.38% from 255) = 29.11%
R=22.78%
G=48.10%
B=29.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1838230.5300.390.8513535.7110.98
Hex12261735027558724b
Octal224627650471252074413
Binary100101001101011111010101001111010101100001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122617; }

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

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

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

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

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

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

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

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