Html Css Color HEX #122818 Black Bean

📋 copy color: '#122818'

red 18 ◦ green 40 ◦ blue 24

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

Shades of Black Bean #122818

Tints of Black Bean #122818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 48.78%

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

R = 21.95%
G = 48.78%
B = 29.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.84

RGB Variations

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

Color information

#122818 (or 0x122818) is known color: Black Bean. HEX triplet: 12, 28 and 18. RGB value is (18,40,24). Sum of RGB (Red+Green+Blue) = 18+40+24=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #122818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122818 is #EDD7E7. Grayscale: #1F1F1F. Windows color (decimal): -15587304 or 1583122. OLE color: 1583122.

HSL color Cylindrical-coordinate representation of color #122818: hue angle of 136.36º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #122818 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 40 24 -
CMYK 0.55 0 0.40 0.84
HSL 136.36º 0.38% 0.11% -
HSV(B) 136.36º 0.55% 0.16% -
XYZ 1.17 1.71 1.13 -
YUV 31.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 18 40 24 0.55 0 0.40 0.84 136.36 0.38 0.11
Hex 12 28 18 37 0 28 54 88 26 B
Octal 22 50 30 67 0 50 124 210 46 13
Binary 10010 101000 11000 110111 0 101000 1010100 10001000 100110 1011

Color Harmonies of #122818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122818

Black with #122818

Text Example


Text Example

White with #122818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122818; }

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

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

background-color css

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

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

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

border-color css

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

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

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