Html Css Color HEX #122316 Black Bean

📋 copy color: '#122316'

red 18 ◦ green 35 ◦ blue 22

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

Shades of Black Bean #122316

Tints of Black Bean #122316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 46.67%

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

R = 24%
G = 46.67%
B = 29.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.37

 K value IS 0.86

RGB Variations

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

Color information

#122316 (or 0x122316) is known color: Black Bean. HEX triplet: 12, 23 and 16. RGB value is (18,35,22). Sum of RGB (Red+Green+Blue) = 18+35+22=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 35 - color contains mainly: green. Hex color #122316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122316 is #EDDCE9. Grayscale: #1C1C1C. Windows color (decimal): -15588586 or 1450770. OLE color: 1450770.

HSL color Cylindrical-coordinate representation of color #122316: hue angle of 134.12º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #122316 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 35 22 -
CMYK 0.49 0 0.37 0.86
HSL 134.12º 0.32% 0.1% -
HSV(B) 134.12º 0.49% 0.14% -
XYZ 1 1.39 0.97 -
YUV 28.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 18 35 22 0.49 0 0.37 0.86 134.12 0.32 0.1
Hex 12 23 16 31 0 25 56 86 20 A
Octal 22 43 26 61 0 45 126 206 40 12
Binary 10010 100011 10110 110001 0 100101 1010110 10000110 100000 1010

Color Harmonies of #122316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122316

Black with #122316

Text Example


Text Example

White with #122316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122316; }

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

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

background-color css

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

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

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

border-color css

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

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

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