Html Css Color HEX #122117 Black Bean

📋 copy color: '#122117'

red 18 ◦ green 33 ◦ blue 23

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

Shades of Black Bean #122117

Tints of Black Bean #122117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 44.59%

 BLUE value IS 23 (9.38% from 255) = 31.08%

R = 24.32%
G = 44.59%
B = 31.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.87

RGB Variations

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

Color information

#122117 (or 0x122117) is known color: Black Bean. HEX triplet: 12, 21 and 17. RGB value is (18,33,23). Sum of RGB (Red+Green+Blue) = 18+33+23=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #122117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122117 is #EDDEE8. Grayscale: #1B1B1B. Windows color (decimal): -15589097 or 1515794. OLE color: 1515794.

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

Color convert

RGB 18 33 23 -
CMYK 0.45 0 0.30 0.87
HSL 140º 0.29% 0.1% -
HSV(B) 140º 0.45% 0.13% -
XYZ 0.95 1.28 1.01 -
YUV 27.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 18 33 23 0.45 0 0.30 0.87 140 0.29 0.1
Hex 12 21 17 2D 0 1E 57 8C 1D A
Octal 22 41 27 55 0 36 127 214 35 12
Binary 10010 100001 10111 101101 0 11110 1010111 10001100 11101 1010

Color Harmonies of #122117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122117

Black with #122117

Text Example


Text Example

White with #122117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122117; }

 p { color: rgb(18,33,23); }

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

background-color css

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

 a { background-color: rgb(18,33,23); }

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

border-color css

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

 span { border-color: rgb(18,33,23); }

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