Html Css Color HEX #122718 Black Bean

📋 copy color: '#122718'

red 18 ◦ green 39 ◦ blue 24

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

Shades of Black Bean #122718

Tints of Black Bean #122718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 48.15%

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

R = 22.22%
G = 48.15%
B = 29.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#122718 (or 0x122718) is known color: Black Bean. HEX triplet: 12, 27 and 18. RGB value is (18,39,24). Sum of RGB (Red+Green+Blue) = 18+39+24=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #122718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122718 is #EDD8E7. Grayscale: #1F1F1F. Windows color (decimal): -15587560 or 1582866. OLE color: 1582866.

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

Color convert

RGB 18 39 24 -
CMYK 0.54 0 0.38 0.85
HSL 137.14º 0.37% 0.11% -
HSV(B) 137.14º 0.54% 0.15% -
XYZ 1.14 1.65 1.12 -
YUV 31.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 18 39 24 0.54 0 0.38 0.85 137.14 0.37 0.11
Hex 12 27 18 36 0 26 55 89 25 B
Octal 22 47 30 66 0 46 125 211 45 13
Binary 10010 100111 11000 110110 0 100110 1010101 10001001 100101 1011

Color Harmonies of #122718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122718

Black with #122718

Text Example


Text Example

White with #122718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122718; }

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

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

background-color css

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

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

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

border-color css

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

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

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