Html Css Color HEX #122916 Black Bean

📋 copy color: '#122916'

red 18 ◦ green 41 ◦ blue 22

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

Shades of Black Bean #122916

Tints of Black Bean #122916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 50.62%

 BLUE value IS 22 (8.98% from 255) = 27.16%

R = 22.22%
G = 50.62%
B = 27.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.84

RGB Variations

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

Color information

#122916 (or 0x122916) is known color: Black Bean. HEX triplet: 12, 29 and 16. RGB value is (18,41,22). Sum of RGB (Red+Green+Blue) = 18+41+22=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 41 (16.41% from 255 or 50.62% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 41 - color contains mainly: green. Hex color #122916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122916 is #EDD6E9. Grayscale: #202020. Windows color (decimal): -15587050 or 1452306. OLE color: 1452306.

HSL color Cylindrical-coordinate representation of color #122916: hue angle of 130.43º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122916 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 41 22 -
CMYK 0.56 0 0.46 0.84
HSL 130.43º 0.39% 0.12% -
HSV(B) 130.43º 0.56% 0.16% -
XYZ 1.19 1.77 1.04 -
YUV 31.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 18 41 22 0.56 0 0.46 0.84 130.43 0.39 0.12
Hex 12 29 16 38 0 2E 54 82 27 C
Octal 22 51 26 70 0 56 124 202 47 14
Binary 10010 101001 10110 111000 0 101110 1010100 10000010 100111 1100

Color Harmonies of #122916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122916

Black with #122916

Text Example


Text Example

White with #122916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122916; }

 p { color: rgb(18,41,22); }

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

background-color css

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

 a { background-color: rgb(18,41,22); }

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

border-color css

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

 span { border-color: rgb(18,41,22); }

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