#122413

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

Shades of Black Bean #122413

Tints of Black Bean #122413

Color information

#122413 (or 0x122413) is unknown color: approx Black Bean. HEX triplet: 12, 24 and 13. RGB value is (18,36,19). Sum of RGB (Red+Green+Blue) = 18+36+19=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #122413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122413 is #EDDBEC. Grayscale: #1C1C1C. Windows color (decimal): -15588333 or 1254418. OLE color: 1254418.

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

Color convert

RGB183619-
CMYK0.500.470.86
HSL123.33º33.33%10.59%-
HSV(B)123.33º50%14.12%-
XYZ11.440.84-
YUV28.68122.54120.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.66%
GREEN value IS 36 (14.45% from 255) = 49.32%
BLUE value IS 19 (7.81% from 255) = 26.03%
R=24.66%
G=49.32%
B=26.03%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1836190.500.470.86123.3333.3310.59
Hex1224133202F567b21b
Octal224423620571261734113
Binary10010100100100111100100101111101011011110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122413; }

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

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

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

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

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

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

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

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