Html Css Color HEX #122B18 Black Bean

📋 copy color: '#122B18'

red 18 ◦ green 43 ◦ blue 24

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

Shades of Black Bean #122B18

Tints of Black Bean #122B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 28.24%

R = 21.18%
G = 50.59%
B = 28.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.83

RGB Variations

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

Color information

#122B18 (or 0x122B18) is known color: Black Bean. HEX triplet: 12, 2B and 18. RGB value is (18,43,24). Sum of RGB (Red+Green+Blue) = 18+43+24=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 43 (17.19% from 255 or 50.59% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 43 - color contains mainly: green. Hex color #122B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122B18 is #EDD4E7. Grayscale: #212121. Windows color (decimal): -15586536 or 1583890. OLE color: 1583890.

HSL color Cylindrical-coordinate representation of color #122B18: hue angle of 134.4º 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 #122B18 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 43 24 -
CMYK 0.58 0 0.44 0.83
HSL 134.4º 0.41% 0.12% -
HSV(B) 134.4º 0.58% 0.17% -
XYZ 1.28 1.92 1.17 -
YUV 33.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 18 43 24 0.58 0 0.44 0.83 134.4 0.41 0.12
Hex 12 2B 18 3A 0 2C 53 86 29 C
Octal 22 53 30 72 0 54 123 206 51 14
Binary 10010 101011 11000 111010 0 101100 1010011 10000110 101001 1100

Color Harmonies of #122B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B18

Black with #122B18

Text Example


Text Example

White with #122B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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