Html Css Color HEX #122413 Black Bean

📋 copy color: '#122413'

red 18 ◦ green 36 ◦ blue 19

#122413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #122413

Tints of Black Bean #122413

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 value IS 0.5

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#122413 (or 0x122413) is known color: 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

RGB 18 36 19 -
CMYK 0.5 0 0.47 0.86
HSL 123.33º 0.33% 0.11% -
HSV(B) 123.33º 0.5% 0.14% -
XYZ 1 1.44 0.84 -
YUV 28.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 18 36 19 0.5 0 0.47 0.86 123.33 0.33 0.11
Hex 12 24 13 32 0 2F 56 7B 21 B
Octal 22 44 23 62 0 57 126 173 41 13
Binary 10010 100100 10011 110010 0 101111 1010110 1111011 100001 1011

Color Harmonies of #122413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122413

Black with #122413

Text Example


Text Example

White with #122413

Text Example


Text Example

HTML Codes & Css Web 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>