Html Css Color HEX #122516 Black Bean

📋 copy color: '#122516'

red 18 ◦ green 37 ◦ blue 22

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

Shades of Black Bean #122516

Tints of Black Bean #122516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 48.05%

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

R = 23.38%
G = 48.05%
B = 28.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#122516 (or 0x122516) is known color: Black Bean. HEX triplet: 12, 25 and 16. RGB value is (18,37,22). Sum of RGB (Red+Green+Blue) = 18+37+22=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #122516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122516 is #EDDAE9. Grayscale: #1D1D1D. Windows color (decimal): -15588074 or 1451282. OLE color: 1451282.

HSL color Cylindrical-coordinate representation of color #122516: hue angle of 132.63º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #122516 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 37 22 -
CMYK 0.51 0 0.41 0.85
HSL 132.63º 0.35% 0.11% -
HSV(B) 132.63º 0.51% 0.15% -
XYZ 1.06 1.51 0.99 -
YUV 29.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 18 37 22 0.51 0 0.41 0.85 132.63 0.35 0.11
Hex 12 25 16 33 0 29 55 85 23 B
Octal 22 45 26 63 0 51 125 205 43 13
Binary 10010 100101 10110 110011 0 101001 1010101 10000101 100011 1011

Color Harmonies of #122516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122516

Black with #122516

Text Example


Text Example

White with #122516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122516; }

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

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

background-color css

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

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

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

border-color css

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

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

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