Html Css Color HEX #122A18 Black Bean

📋 copy color: '#122A18'

red 18 ◦ green 42 ◦ blue 24

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

Shades of Black Bean #122A18

Tints of Black Bean #122A18

RGB

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

 GREEN value IS 42 (16.8% from 255) = 50%

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

R = 21.43%
G = 50%
B = 28.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.84

RGB Variations

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

Color information

#122A18 (or 0x122A18) is known color: Black Bean. HEX triplet: 12, 2A and 18. RGB value is (18,42,24). Sum of RGB (Red+Green+Blue) = 18+42+24=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 42 (16.80% from 255 or 50% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 42 - color contains mainly: green. Hex color #122A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122A18 is #EDD5E7. Grayscale: #202020. Windows color (decimal): -15586792 or 1583634. OLE color: 1583634.

HSL color Cylindrical-coordinate representation of color #122A18: hue angle of 135º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #122A18 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 42 24 -
CMYK 0.57 0 0.43 0.84
HSL 135º 0.4% 0.12% -
HSV(B) 135º 0.57% 0.16% -
XYZ 1.24 1.85 1.16 -
YUV 32.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 18 42 24 0.57 0 0.43 0.84 135 0.4 0.12
Hex 12 2A 18 39 0 2B 54 87 28 C
Octal 22 52 30 71 0 53 124 207 50 14
Binary 10010 101010 11000 111001 0 101011 1010100 10000111 101000 1100

Color Harmonies of #122A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122A18

Black with #122A18

Text Example


Text Example

White with #122A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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