#122314

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

Shades of Black Bean #122314

Tints of Black Bean #122314

Color information

#122314 (or 0x122314) is unknown color: approx Black Bean. HEX triplet: 12, 23 and 14. RGB value is (18,35,20). Sum of RGB (Red+Green+Blue) = 18+35+20=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #122314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122314 is #EDDCEB. Grayscale: #1C1C1C. Windows color (decimal): -15588588 or 1319698. OLE color: 1319698.

HSL color Cylindrical-coordinate representation of color #122314: hue angle of 127.06º 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 #122314 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB183520-
CMYK0.4900.430.86
HSL127.06º32.08%10.39%-
HSV(B)127.06º48.57%13.73%-
XYZ0.981.380.88-
YUV28.21123.37120.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.66%
GREEN value IS 35 (14.06% from 255) = 47.95%
BLUE value IS 20 (8.20% from 255) = 27.40%
R=24.66%
G=47.95%
B=27.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1835200.4900.430.86127.0632.0810.39
Hex1223143102B567f20a
Octal224324610531261774012
Binary10010100011101001100010101011101011011111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122314; }

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

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

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

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

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

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

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

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