#122414

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

Shades of Black Bean #122414

Tints of Black Bean #122414

Color information

#122414 (or 0x122414) is unknown color: approx Black Bean. HEX triplet: 12, 24 and 14. RGB value is (18,36,20). Sum of RGB (Red+Green+Blue) = 18+36+20=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #122414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122414 is #EDDBEB. Grayscale: #1C1C1C. Windows color (decimal): -15588332 or 1319954. OLE color: 1319954.

HSL color Cylindrical-coordinate representation of color #122414: hue angle of 126.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #122414 is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.86.

Color convert

RGB183620-
CMYK0.500.440.86
HSL126.67º33.33%10.59%-
HSV(B)126.67º50%14.12%-
XYZ1.011.440.89-
YUV28.79123.04120.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.32%
GREEN value IS 36 (14.45% from 255) = 48.65%
BLUE value IS 20 (8.20% from 255) = 27.03%
R=24.32%
G=48.65%
B=27.03%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1836200.500.440.86126.6733.3310.59
Hex1224143202C567f21b
Octal224424620541261774113
Binary10010100100101001100100101100101011011111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122414; }

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

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

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

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

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

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

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

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