#122917

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

Shades of Black Bean #122917

Tints of Black Bean #122917

Color information

#122917 (or 0x122917) is unknown color: approx Black Bean. HEX triplet: 12, 29 and 17. RGB value is (18,41,23). Sum of RGB (Red+Green+Blue) = 18+41+23=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #122917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122917 is #EDD6E8. Grayscale: #202020. Windows color (decimal): -15587049 or 1517842. OLE color: 1517842.

HSL color Cylindrical-coordinate representation of color #122917: hue angle of 133.04º 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 #122917 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.84.

Color convert

RGB184123-
CMYK0.5600.440.84
HSL133.04º38.98%11.57%-
HSV(B)133.04º56.1%16.08%-
XYZ1.21.781.09-
YUV32.07122.88117.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 41 (16.41% from 255) = 50%
BLUE value IS 23 (9.38% from 255) = 28.05%
R=21.95%
G=50%
B=28.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1841230.5600.440.84133.0438.9811.57
Hex1229173802C548527c
Octal225127700541242054714
Binary100101010011011111100001011001010100100001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122917; }

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

 H1.HeaderClassName
 {
   color: #122917;
 }
 .AnyTagClassName
 {
   color: #122917;
 }
</style>
background-color css

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

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

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

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

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

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