#123217

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

Shades of Black Bean #123217

Tints of Black Bean #123217

Color information

#123217 (or 0x123217) is unknown color: approx Black Bean. HEX triplet: 12, 32 and 17. RGB value is (18,50,23). Sum of RGB (Red+Green+Blue) = 18+50+23=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #123217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123217 is #EDCDE8. Grayscale: #252525. Windows color (decimal): -15584745 or 1520146. OLE color: 1520146.

HSL color Cylindrical-coordinate representation of color #123217: hue angle of 129.38º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123217 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB185023-
CMYK0.6400.540.80
HSL129.38º47.06%13.33%-
HSV(B)129.38º64%19.61%-
XYZ1.542.471.21-
YUV37.35119.9114.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 50 (19.92% from 255) = 54.95%
BLUE value IS 23 (9.38% from 255) = 25.27%
R=19.78%
G=54.95%
B=25.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1850230.6400.540.80129.3847.0613.33
Hex1232174003650812fd
Octal2262271000661202015715
Binary1001011001010111100000001101101010000100000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123217; }

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

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

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

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

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

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

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

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