Html Css Color HEX #122318 Black Bean

📋 copy color: '#122318'

red 18 ◦ green 35 ◦ blue 24

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

Shades of Black Bean #122318

Tints of Black Bean #122318

RGB

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

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

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

R = 23.38%
G = 45.45%
B = 31.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#122318 (or 0x122318) is known color: Black Bean. HEX triplet: 12, 23 and 18. RGB value is (18,35,24). Sum of RGB (Red+Green+Blue) = 18+35+24=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #122318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122318 is #EDDCE7. Grayscale: #1C1C1C. Windows color (decimal): -15588584 or 1581842. OLE color: 1581842.

HSL color Cylindrical-coordinate representation of color #122318: hue angle of 141.18º 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 #122318 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 35 24 -
CMYK 0.49 0 0.31 0.86
HSL 141.18º 0.32% 0.1% -
HSV(B) 141.18º 0.49% 0.14% -
XYZ 1.02 1.4 1.08 -
YUV 28.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 18 35 24 0.49 0 0.31 0.86 141.18 0.32 0.1
Hex 12 23 18 31 0 1F 56 8D 20 A
Octal 22 43 30 61 0 37 126 215 40 12
Binary 10010 100011 11000 110001 0 11111 1010110 10001101 100000 1010

Color Harmonies of #122318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122318

Black with #122318

Text Example


Text Example

White with #122318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122318; }

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

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

background-color css

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

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

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

border-color css

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

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

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