#122117

Color #122117 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #122117

Tints of Black Bean #122117

Color information

#122117 (or 0x122117) is unknown color: approx 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

RGB183323-
CMYK0.4500.300.87
HSL140º29.41%10%-
HSV(B)140º45.45%12.94%-
XYZ0.951.281.01-
YUV27.38125.53121.31-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1833230.4500.300.8714029.4110
Hex1221172D01E578c1da
Octal224127550361272143512
Binary1001010000110111101101011110101011110001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>