Html Css Color HEX #122618 Black Bean

📋 copy color: '#122618'

red 18 ◦ green 38 ◦ blue 24

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

Shades of Black Bean #122618

Tints of Black Bean #122618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 47.5%

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

R = 22.5%
G = 47.5%
B = 30%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.85

RGB Variations

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

Color information

#122618 (or 0x122618) is known color: Black Bean. HEX triplet: 12, 26 and 18. RGB value is (18,38,24). Sum of RGB (Red+Green+Blue) = 18+38+24=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #122618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122618 is #EDD9E7. Grayscale: #1E1E1E. Windows color (decimal): -15587816 or 1582610. OLE color: 1582610.

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

Color convert

RGB 18 38 24 -
CMYK 0.53 0 0.37 0.85
HSL 138º 0.36% 0.11% -
HSV(B) 138º 0.53% 0.15% -
XYZ 1.11 1.58 1.11 -
YUV 30.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 18 38 24 0.53 0 0.37 0.85 138 0.36 0.11
Hex 12 26 18 35 0 25 55 8A 24 B
Octal 22 46 30 65 0 45 125 212 44 13
Binary 10010 100110 11000 110101 0 100101 1010101 10001010 100100 1011

Color Harmonies of #122618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122618

Black with #122618

Text Example


Text Example

White with #122618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122618; }

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

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

background-color css

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

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

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

border-color css

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

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

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