Html Css Color HEX #122218 Black Bean

📋 copy color: '#122218'

red 18 ◦ green 34 ◦ blue 24

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

Shades of Black Bean #122218

Tints of Black Bean #122218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 44.74%

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

R = 23.68%
G = 44.74%
B = 31.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.87

RGB Variations

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

Color information

#122218 (or 0x122218) is known color: Black Bean. HEX triplet: 12, 22 and 18. RGB value is (18,34,24). Sum of RGB (Red+Green+Blue) = 18+34+24=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 34 (13.67% from 255 or 44.74% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 34 - color contains mainly: green. Hex color #122218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122218 is #EDDDE7. Grayscale: #1C1C1C. Windows color (decimal): -15588840 or 1581586. OLE color: 1581586.

HSL color Cylindrical-coordinate representation of color #122218: hue angle of 142.5º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #122218 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 34 24 -
CMYK 0.47 0 0.29 0.87
HSL 142.5º 0.31% 0.1% -
HSV(B) 142.5º 0.47% 0.13% -
XYZ 0.99 1.34 1.07 -
YUV 28.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 18 34 24 0.47 0 0.29 0.87 142.5 0.31 0.1
Hex 12 22 18 2F 0 1D 57 8E 1F A
Octal 22 42 30 57 0 35 127 216 37 12
Binary 10010 100010 11000 101111 0 11101 1010111 10001110 11111 1010

Color Harmonies of #122218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122218

Black with #122218

Text Example


Text Example

White with #122218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122218; }

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

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

background-color css

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

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

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

border-color css

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

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

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