Html Css Color HEX #122B14 Black Bean

📋 copy color: '#122B14'

red 18 ◦ green 43 ◦ blue 20

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

Shades of Black Bean #122B14

Tints of Black Bean #122B14

RGB

 RED value IS 18 (7.42% from 255) = 22.22%

 GREEN value IS 43 (17.19% from 255) = 53.09%

 BLUE value IS 20 (8.2% from 255) = 24.69%

R = 22.22%
G = 53.09%
B = 24.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.83

RGB Variations

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

Color information

#122B14 (or 0x122B14) is known color: Black Bean. HEX triplet: 12, 2B and 14. RGB value is (18,43,20). Sum of RGB (Red+Green+Blue) = 18+43+20=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 43 (17.19% from 255 or 53.09% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 43 - color contains mainly: green. Hex color #122B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122B14 is #EDD4EB. Grayscale: #202020. Windows color (decimal): -15586540 or 1321746. OLE color: 1321746.

HSL color Cylindrical-coordinate representation of color #122B14: hue angle of 124.8º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #122B14 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 43 20 -
CMYK 0.58 0 0.53 0.83
HSL 124.8º 0.41% 0.12% -
HSV(B) 124.8º 0.58% 0.17% -
XYZ 1.24 1.91 0.96 -
YUV 32.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 18 43 20 0.58 0 0.53 0.83 124.8 0.41 0.12
Hex 12 2B 14 3A 0 35 53 7D 29 C
Octal 22 53 24 72 0 65 123 175 51 14
Binary 10010 101011 10100 111010 0 110101 1010011 1111101 101001 1100

Color Harmonies of #122B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B14

Black with #122B14

Text Example


Text Example

White with #122B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122B14; }

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

 H1.HeaderClassName
 {
   color: #122B14;
 }
 .AnyTagClassName
 {
   color: #122B14;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #122B14;
 }
 .BgClassName
 {
   background-color: #122B14;
 }
</style>

border-color css

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

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

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