Html Css Color HEX #122918 Black Bean

📋 copy color: '#122918'

red 18 ◦ green 41 ◦ blue 24

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

Shades of Black Bean #122918

Tints of Black Bean #122918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 49.4%

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

R = 21.69%
G = 49.4%
B = 28.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#122918 (or 0x122918) is known color: Black Bean. HEX triplet: 12, 29 and 18. RGB value is (18,41,24). Sum of RGB (Red+Green+Blue) = 18+41+24=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #122918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122918 is #EDD6E7. Grayscale: #202020. Windows color (decimal): -15587048 or 1583378. OLE color: 1583378.

HSL color Cylindrical-coordinate representation of color #122918: hue angle of 135.65º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122918 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 41 24 -
CMYK 0.56 0 0.41 0.84
HSL 135.65º 0.39% 0.12% -
HSV(B) 135.65º 0.56% 0.16% -
XYZ 1.21 1.78 1.14 -
YUV 32.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 18 41 24 0.56 0 0.41 0.84 135.65 0.39 0.12
Hex 12 29 18 38 0 29 54 88 27 C
Octal 22 51 30 70 0 51 124 210 47 14
Binary 10010 101001 11000 111000 0 101001 1010100 10001000 100111 1100

Color Harmonies of #122918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122918

Black with #122918

Text Example


Text Example

White with #122918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122918; }

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

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

background-color css

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

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

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

border-color css

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

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

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